From f3bf85dcf5aab406f56ab185ef939263d3f7931b Mon Sep 17 00:00:00 2001 From: liyongshun <971387674@qq.com> Date: Thu, 28 Jul 2022 17:50:57 +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=E9=A1=B5=E9=9D=A2=E5=AF=BC=E5=85=A5=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E5=B8=A6=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/pages/socialSecurityBenefits/archives/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js index 275cb8aa..9a58c43e 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js @@ -341,7 +341,7 @@ export default class Archives extends React.Component { columns={previewCurDataColumns} step={this.state.step} setStep={this.setStep.bind(this)} - isInit + // isInit 暂时去掉导入带数据的 slideDataSource={previewCurDataDataSource} importResult={importResult} onFinish={() => {this.handleFinish()}}