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: () => {},