From 982ccd57c63de571feae817d0d2f245647925d6f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 13 Dec 2024 16:37:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=9A=84=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/monitor/online/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/monitor/online/index.vue b/apps/web-antd/src/views/monitor/online/index.vue index 43d9c328..9cb600e6 100644 --- a/apps/web-antd/src/views/monitor/online/index.vue +++ b/apps/web-antd/src/views/monitor/online/index.vue @@ -26,13 +26,13 @@ const gridOptions: VxeGridProps = { columns, height: 'auto', keepSource: true, - pagerConfig: {}, + pagerConfig: { + enabled: false, + }, proxyConfig: { ajax: { - query: async ({ page }, formValues) => { + query: async (_, formValues) => { return await onlineList({ - pageNum: page.currentPage, - pageSize: page.pageSize, ...formValues, }); },