|
@ -781,7 +781,8 @@ export default { |
|
|
this.form.score = 5 |
|
|
this.form.score = 5 |
|
|
} |
|
|
} |
|
|
if (addType == 'appoint' && row.serviceType) { |
|
|
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') { |
|
|
if (addType == 'edit') { |
|
|
await this.getDemandUserList() |
|
|
await this.getDemandUserList() |
|
|