接口联调

This commit is contained in:
18652063575 2022-11-04 14:08:19 +08:00
parent ca04e5405d
commit f8e59efbbe
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ class SpecialAddDeduction extends Component {
showTotal: (total) => `${total}`,
pageSizeOptions: ["10", "20", "50", "100"],
showSizeChanger: true,
showQuickJumper: true,
onShowSizeChange: (current, pageSize) => {
this.setState({
pageInfo: { ...pageInfo, current, pageSize }