perf: 分页参数
This commit is contained in:
@ -13,7 +13,7 @@ interface UseTableSelectionWithPaginationOptions {
|
||||
|
||||
const DEFAULT_PAGE_INFO = {
|
||||
page: 1,
|
||||
pageSize: 20,
|
||||
page_size: 20,
|
||||
total: 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user