feature/2.15.1.2407.01-薪资项目以及字段管理页面改造
This commit is contained in:
parent
d1fc6e4ea0
commit
b9e7b37439
|
|
@ -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 }
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue