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