From 23b44a0b4c83a7466d0e75e75153530e19cd23a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 24 Nov 2022 18:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E4=BF=9D=E7=A6=8F=E5=88=A9=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E9=80=80=E5=B7=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AF=B9=E6=8E=A5?= 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 13211690..7c37be0f 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js @@ -145,7 +145,7 @@ class RegEditDetial extends Component { }); break; case "fund": - const fundlist = _.map(socialData.dataSource, item => { + const fundlist = _.map(foundData.dataSource, item => { if (item.insuranceId === record.insuranceId) { return { ...item, [dataIndex]: value }; } @@ -156,7 +156,7 @@ class RegEditDetial extends Component { }); break; case "other": - const otherlist = _.map(socialData.dataSource, item => { + const otherlist = _.map(otherData.dataSource, item => { if (item.insuranceId === record.insuranceId) { return { ...item, [dataIndex]: value }; }