Administrator
2021-11-27 98ea8631ff25dc52dde07a376ffadb3466a533cb
src/views/system/user.vue
@@ -739,13 +739,13 @@
      //     );
      //   });
      // };
      // getDeptLazyTree(0).then((res) => {
      //   that.treeData = res.data.data;
      // });
      // var parentId1 = this.userInfo.dept_id;
      getSecurityDeptTree(null,null,this.userInfo.dept_id).then((res) => {
      getDeptLazyTree(0).then((res) => {
        that.treeData = res.data.data;
      });
      // var parentId1 = this.userInfo.dept_id;
      // getSecurityDeptTree(null,null,this.userInfo.dept_id).then((res) => {
      //   that.treeData = res.data.data;
      // });
    }
  },
  mounted() {