table table has the functions of adding and editing. It jumps to the "New" and "Edit" pages through vue routing. After editing or filling in the edit page and the new page, click Save and return. When you go to the table page, the page data will not be refreshed automatically. You need to refresh the table manually before the edited content will be displayed in the table. How can I solve this problem?
滿天的星座2017-06-12 09:33:51
Is there any data automatically pulled from mounted in the table page? When rendering, pull the data once.