fix warning

This commit is contained in:
wh1te909
2022-04-28 07:07:33 +00:00
parent f049e44ee9
commit 95657444e3

View File

@@ -584,7 +584,7 @@ export default {
selectedTree() {
if (this.clearSearchWhenSwitching) this.clearFilter();
},
tab(newVal, oldVal) {
tab() {
this.$store.dispatch("loadAgents");
},
},