From a23b8970de5c447357db195618410f39bbfa21c4 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Tue, 2 Apr 2024 16:56:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84=E6=A0=91=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B1=95=E5=BC=80=EF=BC=8C=E5=87=8F=E5=B0=91=E5=86=85?= =?UTF-8?q?=E5=AD=98=E5=BC=80=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/components/SelectDepartment.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Form/src/components/SelectDepartment.vue b/src/components/Form/src/components/SelectDepartment.vue index 107fc43..c91ce8b 100644 --- a/src/components/Form/src/components/SelectDepartment.vue +++ b/src/components/Form/src/components/SelectDepartment.vue @@ -5,7 +5,6 @@ :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="请选择" allow-clear - tree-default-expand-all :tree-data="treeData" :dropdownMatchSelectWidth="false" :field-names="{ children: 'children', label: 'name', value: 'id' }"