From 77a56d2df7502c9f5d9a889e66f04b03ec51f3e9 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 6 Mar 2025 15:26:42 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E4=B8=AD=E8=88=AA=E5=AF=8C=E5=A3=AB?= =?UTF-8?q?=E8=BE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standingBookDetail/components/regEditDetial.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("保存成功");