Child component figure 1
I initialize the value of recordDataList in the parent component data, get the value from the server in mounted to reassign it, bind it with props in the child component, and the child component wants to render the updated value of the parent component. Can I get the value in the undate hook of the child component to update the view?