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] v1.9 优化数据权限界面间距比较大问题 --- 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 | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------- src/views/org/dataPrivilegeManageList.vue | 9 ++++----- src/views/user/login/Login.vue | 4 +++- 7 files changed, 84 insertions(+), 105 deletions(-) diff --git a/src/api/staff/staffCommunityApi.js b/src/api/staff/staffCommunityApi.js index 806d31a..c314fbb 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 24e6922..5863a9e 100644 --- a/src/components/org/dataPrivilegeStaff.vue +++ b/src/components/org/dataPrivilegeStaff.vue @@ -1,12 +1,12 @@