From 81bd36a1868e365aa55061e56cac451a65d51716 Mon Sep 17 00:00:00 2001 From: "frank.han" <1184394504@qq.com> Date: Thu, 19 Jun 2025 16:10:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dept/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web-antd/src/views/system/dept/index.vue b/apps/web-antd/src/views/system/dept/index.vue index 638865004..5c1eebd1c 100644 --- a/apps/web-antd/src/views/system/dept/index.vue +++ b/apps/web-antd/src/views/system/dept/index.vue @@ -111,6 +111,9 @@ const [Grid, gridApi] = useVbenVxeGrid({ }, }, }, + pagerConfig: { + enabled: false, + }, rowConfig: { keyField: 'id', isHover: true,