Compare commits

...

2 Commits

Author SHA1 Message Date
45d9e621ad Merge pull request '施肥机名称切换' (#264) from pc-master into portal
Reviewed-on: #264
2025-07-18 05:26:02 +00:00
afb919e5e4 施肥机名称切换 2025-07-18 11:16:57 +08:00

View File

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