diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js index 5ee90cf4..fd83fdd4 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js @@ -55,7 +55,7 @@ class RegEditDetial extends Component { const { listMap } = this.state; const [socialData, foundData, otherData] = listMap; let payload = { - id: editId, fsdSbjndw, + id: editId, socialPerJson: {}, socialComJson: {}, fundPerJson: {}, @@ -91,7 +91,7 @@ class RegEditDetial extends Component { payload[item] = JSON.stringify(payload[item]); }); this.setState({ loading: true }); - API.editAccount(payload).then(({ status, errormsg }) => { + API.editAccount({ ...payload, fsdSbjndw }).then(({ status, errormsg }) => { this.setState({ loading: false }); if (status) { message.success("保存成功");