From 678fe253b98b9e6cfb827c77d6d6395392cfb8c9 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 20 Jan 2022 16:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/measure/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index ac413f23..509e0d99 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -781,7 +781,8 @@ export default { this.form.score = 5 } if (addType == 'appoint' && row.serviceType) { - await this.getServiceuserList(row.serviceType) + const type = row.serviceType == 'social_org' ? 'add_demand' : '' + await this.getServiceuserList(row.serviceType, type) } if (addType == 'edit') { await this.getDemandUserList()