From f0f4bfb877ff99ca063ec50308ed585f82fe32f1 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, 9 Nov 2023 13:54:34 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.02-=E7=A4=BE=E4=BF=9D?= =?UTF-8?q?=E7=A6=8F=E5=88=A9=E6=A1=A3=E6=A1=88=E9=A1=B5=E9=9D=A2=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../welfareArchive/components/welfareTableList/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js index 0fed894a..42ccdf73 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareTableList/index.js @@ -89,8 +89,7 @@ class Index extends Component { ]); this.setState({ welfareEditSlide: { - ...this.state.welfareEditSlide, visible: true, - employeeId, paymentOrganization, + ...this.state.welfareEditSlide, employeeId, paymentOrganization, socialItems: socialItems.data.items[0].items, socialBaseData: { SOCIAL_SECURITY: { ...socialItems.data.data, socialUnderTake: socialItems.data.data.underTake } @@ -114,10 +113,10 @@ class Index extends Component { ]); this.setState({ welfareEditSlide: { - ...this.state.welfareEditSlide, + ...this.state.welfareEditSlide, visible: true, socialBase: socialBase.data, fundBase: fundBase.data, othersBase: othersBase.data } - },()=>console.log(this.state.welfareEditSlide)); + }); }); break; case "ADD-TO-PAY":