Use vue to modify the function and click to edit and adjust the update API to successfully jump to my list page view can not be automatically updated to manually refresh the view to change

Click Edit and adjust the update API to jump to my list page view successfully. The view cannot be updated automatically and the view must be manually refreshed before changing

Oct.26,2021

remove keep-alive


do you retrieve the list after modification


watch when you switch routes, listen to the API through which you obtain list data, and trigger to update it.


I have encountered similar problems before. You can see if the interface data requested by the list is the same as the last one.

Menu