From 3e3d56b82e5488ec3bcdaef4917c8cb2411e6699 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 22 Jan 2025 15:16:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=99=E8=AF=AF=E7=9A=84=E6=8F=92?= =?UTF-8?q?=E6=A7=BD=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/components/tree/src/menu-select-table.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/components/tree/src/menu-select-table.vue b/apps/web-antd/src/components/tree/src/menu-select-table.vue index 6607f6fe..cccf08dd 100644 --- a/apps/web-antd/src/components/tree/src/menu-select-table.vue +++ b/apps/web-antd/src/components/tree/src/menu-select-table.vue @@ -78,7 +78,8 @@ const gridOptions: VxeGridProps = { enabled: false, }, toolbarConfig: { - enabled: false, + refresh: false, + custom: false, }, rowConfig: { isHover: false,