施肥机名称切换 #264

Merged
xiaomeng merged 1 commits from pc-master into portal 2025-07-18 05:26:02 +00:00

View File

@ -47,6 +47,11 @@ export default {
"$route"(newName, oldName) { "$route"(newName, oldName) {
this.gerRouter(); this.gerRouter();
}, },
'$store.state.equipmentIndex': function (newValue, oldValue) {
const that = this;
this.getByid()
},
'$i18n.locale'() { '$i18n.locale'() {
this.initRouterList() this.initRouterList()
} }