Parcourir la source

部门管理新增

Zn il y a 1 an
Parent
commit
a690d956c4
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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();