瀏覽代碼

部门管理新增

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();