perf: 分页参数

This commit is contained in:
rd
2025-07-15 17:46:09 +08:00
parent 48890fcede
commit b4b0040711

View File

@ -13,7 +13,7 @@ interface UseTableSelectionWithPaginationOptions {
const DEFAULT_PAGE_INFO = { const DEFAULT_PAGE_INFO = {
page: 1, page: 1,
pageSize: 20, page_size: 20,
total: 0, total: 0,
}; };