diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js index dda48291..18486bc3 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js @@ -487,8 +487,8 @@ export default class StandingBook extends React.Component { total={total} current={this.state.current} pageSize={this.pageInfo.pageSize} - onPageChange={(value) => { - this.handlePageChange(value); + onPageChange={(current) => { + this.handleShowSizeChange({ ...this.pageInfo, current }); }} onShowSizeChange={(current, pageSize) => { this.pageInfo = { current, pageSize };