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()