From c6d90829868aa6699f04fd86dcffe4de5fe6b31d Mon Sep 17 00:00:00 2001 From: liyongshun <971387674@qq.com> Date: Wed, 20 Jul 2022 15:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E4=BF=9D=E7=A6=8F=E5=88=A9=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E7=BC=96=E8=BE=91=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../socialSecurityBenefits/archives/socialSecurityForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js index da274a79..faee97d2 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js @@ -94,7 +94,7 @@ export default class SocialSecurityForm extends React.Component { notFoundContent="暂无数据" value={data && data.socialName} style={{ width: "100%" }} onChange={(value) => { this.handleFormChange({ socialName: value }); - this.handleFetchPaymentForm(value); + // this.handleFetchPaymentForm(value); }}> { items && items[0].items && items[0].items[0] && items[0].items[0].options.map(item => ( @@ -130,7 +130,7 @@ export default class SocialSecurityForm extends React.Component { notFoundContent="暂无数据" value={data && data.underTake} style={{ width: "100%" }} onChange={ (value) => { this.handleFormChange({ underTake: value }); - this.handleFetchPaymentForm(value); + // this.handleFetchPaymentForm(value); }}> { items && items[0].items && items[0].items[2] && items[0].items[2].options.map(item => (