From a015a23472bd62a1660f67f3fd43ddeb080cd0d2 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 27 Jul 2022 00:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=92=E8=89=B2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/dev/.DS_Store | Bin 0 -> 6148 bytes .../addPrivilegeGroup/addPrivilegeGroup.js | 1 + .../deletePrivilegeGroup.js | 1 + .../editPrivilegeGroup/editPrivilegeGroup.js | 1 + .../components/frame/editStaff/editStaff.html | 33 +-- .../components/frame/editStaff/editStaff.js | 50 +--- .../frame/privilegeTree/privilegeTree.html | 4 + .../frame/privilegeTree/privilegeTree.js | 254 ++++++++++++++++++ public/components/frame/roleDiv/roleDiv.html | 21 ++ public/components/frame/roleDiv/roleDiv.js | 60 +++++ public/css/vc.css | 44 ++- public/pages/frame/addStaff/addStaff.js | 4 +- public/pages/frame/orgManage/orgManage.html | 4 +- public/pages/frame/role/role.html | 22 ++ public/pages/frame/role/role.js | 30 +++ public/pages/frame/staff/staff.html | 14 +- public/pages/frame/staff/staff.js | 3 + 17 files changed, 460 insertions(+), 86 deletions(-) create mode 100644 public/components/dev/.DS_Store create mode 100644 public/components/frame/privilegeTree/privilegeTree.html create mode 100644 public/components/frame/privilegeTree/privilegeTree.js create mode 100644 public/components/frame/roleDiv/roleDiv.html create mode 100644 public/components/frame/roleDiv/roleDiv.js create mode 100755 public/pages/frame/role/role.html create mode 100755 public/pages/frame/role/role.js diff --git a/public/components/dev/.DS_Store b/public/components/dev/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e8257057026b270db26e330e104217609e77dc15 GIT binary patch literal 6148 zcmeHK%}N6?5T3ME(~4L@u*bc4>!JQ2dJvXc5pRVRJ*em|TXbRFly=*qwX(0FZ{!pB zI?g1iC{^&HSeaQS-()hAY`!eX1^`687p?)60YIV>=89N+BGgVgAvx_v?3sYj}Vj1wCj7gKj&BRe;gYK|7ARX|47ma{0o{?3|P( zSz0Kad)I2Y)tY{K9a#HFsrb$IgX5?*xF|30sU-EIq}9>MQP{$evy&(Z z)u66=N!Zo>c&0(hqAXsNE5qUXR;}u6Y;KRL&TwZP?ahs?(Wod_R@Zh9FK=$|hWDd~ zN5i+kPgBdH#W6gg@r|kXy-pIV-+!5B(5<7%)q~5KolBYqmEOu zXY0h|=&W^6FHuP-E;IO+f`&edF_wIqz^^j!3JaxK AjsO4v literal 0 HcmV?d00001 diff --git a/public/components/dev/addPrivilegeGroup/addPrivilegeGroup.js b/public/components/dev/addPrivilegeGroup/addPrivilegeGroup.js index 45b53b434..63774bde0 100755 --- a/public/components/dev/addPrivilegeGroup/addPrivilegeGroup.js +++ b/public/components/dev/addPrivilegeGroup/addPrivilegeGroup.js @@ -68,6 +68,7 @@ $('#addPrivilegeGroupModel').modal('hide'); vc.component.clearAddPrivilegeGroupInfo(); vc.component.$emit('privilegeGroup_loadPrivilegeGroup',{}); + vc.emit('roleDiv', '_loadRole',{}) return ; } vc.component.addPrivilegeGroupInfo.errorInfo = json; diff --git a/public/components/dev/deletePrivilegeGroup/deletePrivilegeGroup.js b/public/components/dev/deletePrivilegeGroup/deletePrivilegeGroup.js index ced7c923c..a46908621 100755 --- a/public/components/dev/deletePrivilegeGroup/deletePrivilegeGroup.js +++ b/public/components/dev/deletePrivilegeGroup/deletePrivilegeGroup.js @@ -28,6 +28,7 @@ //关闭model $('#deletePrivilegeGroupModel').modal('hide'); vc.component.$emit('privilegeGroup_loadPrivilegeGroup',{}); + vc.emit('roleDiv', '_loadRole',{}) return ; } vc.component.deletePrivilegeGroupInfo.errorInfo = json; diff --git a/public/components/dev/editPrivilegeGroup/editPrivilegeGroup.js b/public/components/dev/editPrivilegeGroup/editPrivilegeGroup.js index c36005224..01cef75cf 100755 --- a/public/components/dev/editPrivilegeGroup/editPrivilegeGroup.js +++ b/public/components/dev/editPrivilegeGroup/editPrivilegeGroup.js @@ -78,6 +78,7 @@ $('#editPrivilegeGroupModel').modal('hide'); vc.component.clearEditPrivilegeGroupInfo(); vc.component.$emit('privilegeGroup_loadPrivilegeGroup',{}); + vc.emit('roleDiv', '_loadRole',{}) return ; } vc.component.editPrivilegeGroupInfo.errorInfo = json; diff --git a/public/components/frame/editStaff/editStaff.html b/public/components/frame/editStaff/editStaff.html index cdfa37c20..b11c89fea 100755 --- a/public/components/frame/editStaff/editStaff.html +++ b/public/components/frame/editStaff/editStaff.html @@ -26,7 +26,7 @@
- +
-
- -
- -
-
-
- -
- -
-