社保福利讨账接口调整

This commit is contained in:
黎永顺 2022-12-08 17:29:15 +08:00
parent e1b80cd21f
commit a73e26128e
1 changed files with 2 additions and 2 deletions

View File

@ -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 };