施肥机名称切换
This commit is contained in:
parent
c59851e02e
commit
afb919e5e4
@ -46,6 +46,11 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
"$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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user