From b4b0040711acfaf371bb3c9ca440636cf9731c44 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 15 Jul 2025 17:46:09 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=86=E9=A1=B5=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useTableSelectionWithPagination.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useTableSelectionWithPagination.ts b/src/hooks/useTableSelectionWithPagination.ts index 2fd6c4b..ac13d17 100644 --- a/src/hooks/useTableSelectionWithPagination.ts +++ b/src/hooks/useTableSelectionWithPagination.ts @@ -13,7 +13,7 @@ interface UseTableSelectionWithPaginationOptions { const DEFAULT_PAGE_INFO = { page: 1, - pageSize: 20, + page_size: 20, total: 0, };