From 55f732c1fc8a2f2f5ace582272e15ba78590e392 Mon Sep 17 00:00:00 2001 From: MustangDeng <670124965@qq.com> Date: Tue, 31 May 2022 16:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E5=BD=92=E6=A1=A3=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/ledger/step3/canMoveItem.js | 2 +- .../pages/socialSecurityBenefits/standingBook/index.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/ledger/step3/canMoveItem.js b/pc4mobx/hrmSalary/pages/ledger/step3/canMoveItem.js index 4743dfb1..b1067402 100644 --- a/pc4mobx/hrmSalary/pages/ledger/step3/canMoveItem.js +++ b/pc4mobx/hrmSalary/pages/ledger/step3/canMoveItem.js @@ -156,7 +156,7 @@ export default class CanMoveItem extends React.Component { { - this.state.showContent && + this.state.showContent && } { this.state.addItemVisible && { siaccountFile({ billMonth }).then((res) => { - console.log("res", res); + const { current } = this.state; + this.getCommonList({ ...this.state.tableParams, current }); }); }, onCancel: () => {},