Browse Source

修改服务人

shibei_master
13176889840 4 years ago
parent
commit
678fe253b9
  1. 3
      src/views/modules/communityService/measure/index.vue

3
src/views/modules/communityService/measure/index.vue

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

Loading…
Cancel
Save