diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index c10b10ac9..8b6ff77c4 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -1059,7 +1059,7 @@ export default { } if (addType == "appoint" && row.serviceType) { const type = row.serviceType == "social_org" ? "add_demand" : ""; - await this.getServiceuserList(row, type); + await this.getServiceuserList(row.serviceType, type); } if (addType == "edit") { await this.getDemandUserList();