回显修改
This commit is contained in:
@@ -457,6 +457,11 @@ export default {
|
||||
this.$refs.tree.filter(val);
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$bus.$on('updateList',()=>{
|
||||
this.getTreeLabel()
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
this.getTreeLabel()
|
||||
|
||||
Reference in New Issue
Block a user