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