소스 검색

部门管理新增

Zn 1 년 전
부모
커밋
a690d956c4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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();