diff --git a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemsTable.js b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemsTable.js index 00f53a98..e37acfe9 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemsTable.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemsTable.js @@ -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 } }; }