1000
This commit is contained in:
parent
b9fe9b2402
commit
0c880725bc
@ -2347,7 +2347,7 @@ class TableBaseComponent extends ComponentBase {
|
||||
const defaultExpandedRowKeys = tableDataSource && tableDataSource.length ? [tableDataSource[0].key] : []
|
||||
|
||||
const paginationConfig = loadParam?.IsAllLoad ? false : {
|
||||
pageSizeOptions: ['5', '10', '20','100'],
|
||||
pageSizeOptions: ['5', '10', '20','100','1000'],
|
||||
current: loadParam ? loadParam.PageIndex : 1,
|
||||
pageSize: loadParam ? loadParam.Limit : 10,
|
||||
total: tableData ? tableData.TotalCount : 0,
|
||||
@ -2588,7 +2588,7 @@ class TableBaseComponent extends ComponentBase {
|
||||
const tableDataSource = this.genDataSource(tableCode, tableData)
|
||||
const selectKeys = this.getTableSelectedRowKeys({ tableCode })
|
||||
const paginationConfig = {
|
||||
pageSizeOptions: ['5', '10', '20','100'],
|
||||
pageSizeOptions: ['5', '10', '20','100','100'],
|
||||
current: loadParam ? loadParam.PageIndex : 1,
|
||||
pageSize: loadParam ? (loadParam.IsAllLoad ? loadParam.ShowLimit : loadParam.Limit) : 10,
|
||||
total: tableData ? tableData.TotalCount : 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user