From 27561a949ba90ca1a57afb8dd8b4b08f18cab7dc Mon Sep 17 00:00:00 2001 From: GAOANG <1140589958@qq.com> Date: Thu, 17 Jul 2025 18:39:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=84=E7=BB=87=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/components/SelectDepartmentTreeV2.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Form/src/components/SelectDepartmentTreeV2.vue b/src/components/Form/src/components/SelectDepartmentTreeV2.vue index f8582d2..b3f18f5 100644 --- a/src/components/Form/src/components/SelectDepartmentTreeV2.vue +++ b/src/components/Form/src/components/SelectDepartmentTreeV2.vue @@ -110,10 +110,9 @@ function searchDepart() { async function getList(type = 'default') { if (props.parentNode) { params.value.id = props.parentNode - } params.value.isQueryIdPath = !(type == 'default') - params.value.parentNode = !(type == 'default') + params.value.isQueryChildren = type == 'default' let list = resetTreeList(await getQueryDeptTrees(params.value), type, true) treeData.value = list emit('query-completed');