@@ -689,6 +689,9 @@ export default {
this.$refs.tree.filter(val);
},
+ activated(){
+ this.getDeptTree();
+ },
created() {
this.getList();
this.getDeptTree();