Commit 00a03e6c by gao_yingdong

组织新增

parent 0165d245
...@@ -907,10 +907,10 @@ export default { ...@@ -907,10 +907,10 @@ export default {
params.append("userList[0].yhLxdh", userInfo.phone); params.append("userList[0].yhLxdh", userInfo.phone);
params.append("userList[0].yhDwdm", userInfo.unitcode); params.append("userList[0].yhDwdm", userInfo.unitcode);
params.append("userList[0].yhDwmc", userInfo.unitname); params.append("userList[0].yhDwmc", userInfo.unitname);
params.append( // params.append(
"yhzm", // "yhzm",
this.cxFormData1.yhzm ? this.cxFormData1.yhzm : "" // this.cxFormData1.yhzm ? this.cxFormData1.yhzm : ""
); // );
this.selectedId.forEach((item, index) => { this.selectedId.forEach((item, index) => {
params.append(`userList[${index + 1}].yhXm`, item.trueName); params.append(`userList[${index + 1}].yhXm`, item.trueName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment