feature/2.15.1.2407.01-薪资项目以及字段管理页面改造

This commit is contained in:
黎永顺 2024-08-16 16:19:21 +08:00
parent d1fc6e4ea0
commit b9e7b37439
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class SalaryItemsTable extends Component {
super(props);
this.state = {
loading: false, columns: [], dataSource: [],
pageInfo: { current: 1, pageSize: 10, total: 10 }
pageInfo: { current: 1, pageSize: 10, total: 0 }
};
}