enter a page
has such a structure
parent component > child component > grandchild component, each component has its own data data. Now I want to reset the data of grandchild component by closing child component. What is the implementation method?