From ee7ccad3f9abe74c62c6d1c62efa4317cb62a3ce Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 5 Aug 2025 09:40:04 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=95=8C=E9=9D=A2=E9=97=B4=E8=B7=9D=E6=AF=94?= =?UTF-8?q?=E8=BE=83=E5=A4=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/staff/staffCommunityApi.js | 1 - src/components/org/dataPrivilegeStaff.vue | 9 +- src/components/org/dataPrivilegeUnit.vue | 1 + src/components/role/AddPrivilegeGroup.vue | 10 +- src/components/role/EditPrivilegeGroup.vue | 157 +++++++++------------ src/views/org/dataPrivilegeManageList.vue | 9 +- src/views/user/login/Login.vue | 4 +- 7 files changed, 85 insertions(+), 106 deletions(-) diff --git a/src/api/staff/staffCommunityApi.js b/src/api/staff/staffCommunityApi.js index 806d31ac3..c314fbbc9 100644 --- a/src/api/staff/staffCommunityApi.js +++ b/src/api/staff/staffCommunityApi.js @@ -27,7 +27,6 @@ export function listStaffCommunity(params) { method: 'get', params: { ...params, - communityId: getCommunityId() } }).then(response => { resolve(response.data) diff --git a/src/components/org/dataPrivilegeStaff.vue b/src/components/org/dataPrivilegeStaff.vue index 24e6922cb..5863a9eb5 100644 --- a/src/components/org/dataPrivilegeStaff.vue +++ b/src/components/org/dataPrivilegeStaff.vue @@ -1,12 +1,12 @@