fix(web): table page config

This commit is contained in:
zhaoying
2026-04-08 18:17:15 +08:00
parent 9eaf779e67
commit de846c05ab

View File

@@ -169,6 +169,8 @@ const RbTable = forwardRef(<T = Record<string, unknown>, Q = Record<string, unkn
const paginationConfig = pagination ? ({
...(typeof pagination === 'object' ? pagination : {}),
...currentPagination,
current: currentPagination.page,
pageSize: currentPagination.pagesize,
total,
onChange: handlePageChange,
showSizeChanger: true,