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 @@