How to initialize the value of the form when switching pages with Vue.js?

switch the page and find that the data you filled in the form before is still there. How to refresh it? In the life cycle function to initialize?

Mar.20,2021

1. If element UI is used, el-form has a resetFields method;
2. Vue instance initialization data method: Object.assign (this.$data, this.$options.data.call (this)) ).

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dda8-2c3c1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dda8-2c3c1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?