From 117d3b76f61e8194292847d761f70e57699c7dfd Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 5 Aug 2024 10:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C=E5=8D=95bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../select-staff/select-muti-staffs.vue | 4 ++-- components/vc-upload/vc-upload-file.vue | 22 +++++++++++-------- conf/config.js | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/components/select-staff/select-muti-staffs.vue b/components/select-staff/select-muti-staffs.vue index 5dec817..33d244e 100644 --- a/components/select-staff/select-muti-staffs.vue +++ b/components/select-staff/select-muti-staffs.vue @@ -36,7 +36,7 @@ queryStaffListInfo } from '../../api/common/common.js'; import { - getCurrentCommunity + getCommunityId } from '../../api/community/community.js' export default { @@ -68,7 +68,7 @@ let _data = { page: 1, row: 50, - communityId: this.communityId, + communityId: getCommunityId(), }; queryStaffListInfo(this, _data) .then(function(res) { diff --git a/components/vc-upload/vc-upload-file.vue b/components/vc-upload/vc-upload-file.vue index 8f65172..ce35010 100644 --- a/components/vc-upload/vc-upload-file.vue +++ b/components/vc-upload/vc-upload-file.vue @@ -11,7 +11,8 @@