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