From a73e26128e9f0a1167cb4cf540b770a454c0641b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 8 Dec 2022 17:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E4=BF=9D=E7=A6=8F=E5=88=A9=E8=AE=A8?= =?UTF-8?q?=E8=B4=A6=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/socialSecurityBenefits/standingBook/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };