Merge pull request #826 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy

fix(web): table page config
This commit is contained in:
yingzhao
2026-04-08 18:18:24 +08:00
committed by GitHub

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,