From a41d19216d92c27d7eb44daa9a74ffba19b3f202 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Tue, 6 Jan 2026 15:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Admin/userLog/hook.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Admin/userLog/hook.tsx b/src/views/Admin/userLog/hook.tsx index dfae7a5..0d0596a 100644 --- a/src/views/Admin/userLog/hook.tsx +++ b/src/views/Admin/userLog/hook.tsx @@ -72,8 +72,8 @@ export function useData() { searchForm.value = { ...formData } const { data, code } = await queryLogList({ ...formData, - pageNum: pagination.value.currentPage, - pageSize: pagination.value.pageSize + page: pagination.value.currentPage, + page_limit: pagination.value.pageSize }); if (code) { tableList.value = data.lists;