fix warning
This commit is contained in:
parent
6db826befe
commit
698b38dcba
|
@ -584,7 +584,7 @@ export default {
|
||||||
selectedTree() {
|
selectedTree() {
|
||||||
if (this.clearSearchWhenSwitching) this.clearFilter();
|
if (this.clearSearchWhenSwitching) this.clearFilter();
|
||||||
},
|
},
|
||||||
tab(newVal, oldVal) {
|
tab() {
|
||||||
this.$store.dispatch("loadAgents");
|
this.$store.dispatch("loadAgents");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue