From 6c82311b1fe9a6b48dba25f1c501af195d274635 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 16 Oct 2025 16:33:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=9D=E6=8C=81=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/user/modules/dept-tree.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/system/user/modules/dept-tree.vue b/apps/web-antd/src/views/system/user/modules/dept-tree.vue index ba2bfa37e..d1b7fb0ec 100644 --- a/apps/web-antd/src/views/system/user/modules/dept-tree.vue +++ b/apps/web-antd/src/views/system/user/modules/dept-tree.vue @@ -32,9 +32,9 @@ function handleSearch(e: any) { } /** 选中部门 */ -const handleSelect = (_selectedKeys: any[], info: any) => { +function handleSelect(_selectedKeys: any[], info: any) { emit('select', info.node.dataRef); -}; +} /** 初始化 */ onMounted(async () => {