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 }; }