From 510888fa788dfafe32305cf995d1f8933acf64d6 Mon Sep 17 00:00:00 2001 From: zer0Black <694429613@qq.com> Date: Sun, 10 Apr 2022 21:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=88=A0=E9=99=A4=E3=80=91=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E9=83=A8=E9=97=A8=E8=A7=92=E8=89=B2=EF=BC=8C=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/DepartUserList.vue | 20 +- .../src/views/system/modules/DeptRoleInfo.vue | 374 ++++++++--------- .../system/modules/DeptRoleUserModal.vue | 386 +++++++++--------- .../src/views/system/modules/DeptUserInfo.vue | 28 +- 4 files changed, 404 insertions(+), 404 deletions(-) diff --git a/jero-web/src/views/system/DepartUserList.vue b/jero-web/src/views/system/DepartUserList.vue index a66b13de..29921e04 100644 --- a/jero-web/src/views/system/DepartUserList.vue +++ b/jero-web/src/views/system/DepartUserList.vue @@ -38,9 +38,9 @@ - - - + + + @@ -106,13 +106,13 @@ loadData() { this.refresh(); }, - clearSelectedDepartKeys() { - this.checkedKeys = []; - this.selectedKeys = []; - this.currentDeptId = ''; - this.$refs.DeptUserInfo.currentDeptId=''; - this.$refs.DeptRoleInfo.currentDeptId=''; - }, + // clearSelectedDepartKeys() { + // this.checkedKeys = []; + // this.selectedKeys = []; + // this.currentDeptId = ''; + // this.$refs.DeptUserInfo.currentDeptId=''; + // this.$refs.DeptRoleInfo.currentDeptId=''; + // }, loadTree() { var that = this that.treeData = [] diff --git a/jero-web/src/views/system/modules/DeptRoleInfo.vue b/jero-web/src/views/system/modules/DeptRoleInfo.vue index ee357c82..a20401d8 100644 --- a/jero-web/src/views/system/modules/DeptRoleInfo.vue +++ b/jero-web/src/views/system/modules/DeptRoleInfo.vue @@ -1,191 +1,191 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/jero-web/src/views/system/modules/DeptRoleUserModal.vue b/jero-web/src/views/system/modules/DeptRoleUserModal.vue index b09a4b3f..bfdc7ecf 100644 --- a/jero-web/src/views/system/modules/DeptRoleUserModal.vue +++ b/jero-web/src/views/system/modules/DeptRoleUserModal.vue @@ -1,200 +1,200 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/system/modules/DeptUserInfo.vue b/jero-web/src/views/system/modules/DeptUserInfo.vue index 5b87e522..96e74176 100644 --- a/jero-web/src/views/system/modules/DeptUserInfo.vue +++ b/jero-web/src/views/system/modules/DeptUserInfo.vue @@ -70,9 +70,9 @@ 更多 - - 部门角色 - + + + 用户详情 @@ -95,7 +95,7 @@ - + @@ -104,13 +104,13 @@ import {getAction, postAction, deleteAction} from '@/api/manage' import SelectUserModal from './SelectUserModal' import UserModal from './UserModal' - import DeptRoleUserModal from './DeptRoleUserModal' + // import DeptRoleUserModal from './DeptRoleUserModal' export default { name: "DeptUserInfo", mixins: [JeroListMixin], components: { - DeptRoleUserModal, + // DeptRoleUserModal, SelectUserModal, UserModal }, @@ -311,14 +311,14 @@ } }) }, - handleDeptRole(record){ - if(this.currentDeptId != ''){ - this.$refs.deptRoleUser.add(record,this.currentDeptId); - this.$refs.deptRoleUser.title = "部门角色分配"; - }else{ - this.$message.warning("请先选择一个部门!"); - } - } + // handleDeptRole(record){ + // if(this.currentDeptId != ''){ + // this.$refs.deptRoleUser.add(record,this.currentDeptId); + // this.$refs.deptRoleUser.title = "部门角色分配"; + // }else{ + // this.$message.warning("请先选择一个部门!"); + // } + // } } }