Browse Source

部门管理新增

Zn 1 year ago
parent
commit
a690d956c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ruoyi-ui/src/views/system/user/index.vue

+ 3 - 0
ruoyi-ui/src/views/system/user/index.vue

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