Browse Source

Merge branch 'test' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into test

shibei_master
jiangyy 4 years ago
parent
commit
0162968973
  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