Merge pull request '施肥机名称切换' (#264) from pc-master into portal

Reviewed-on: #264
This commit is contained in:
xiaomeng 2025-07-18 05:26:02 +00:00
commit 45d9e621ad

View File

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