fix warning

This commit is contained in:
wh1te909 2022-04-28 07:07:33 +00:00
parent 6db826befe
commit 698b38dcba
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}, },
}, },