施肥机名称切换

This commit is contained in:
home孙 2025-07-18 11:16:57 +08:00
parent c59851e02e
commit afb919e5e4

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()
} }