Browse Source

修改个性服务指派的时候显示id的错误

feature
duanliangtao 2 years ago
parent
commit
a7c53fc8c7
  1. 2
      src/views/modules/communityService/measure/index.vue

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

@ -1059,7 +1059,7 @@ export default {
} }
if (addType == "appoint" && row.serviceType) { if (addType == "appoint" && row.serviceType) {
const type = row.serviceType == "social_org" ? "add_demand" : ""; const type = row.serviceType == "social_org" ? "add_demand" : "";
await this.getServiceuserList(row, type); await this.getServiceuserList(row.serviceType, type);
} }
if (addType == "edit") { if (addType == "edit") {
await this.getDemandUserList(); await this.getDemandUserList();

Loading…
Cancel
Save