回显修改

This commit is contained in:
yuekuo
2023-04-19 16:32:47 +08:00
parent 0aef75c962
commit 974de57eed
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -457,6 +457,11 @@ export default {
this.$refs.tree.filter(val);
}
},
mounted () {
this.$bus.$on('updateList',()=>{
this.getTreeLabel()
})
},
methods: {
init() {
this.getTreeLabel()