From ac5703b44a31ccfe658c23a32fdf862c78a1ca93 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 23 Feb 2022 10:45:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B0=E6=8D=AE=E6=BA=90=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=8D=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/DsTree.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/system/datasource/DsTree.vue b/frontend/src/views/system/datasource/DsTree.vue index eb3af3ec23..c4685a9c8a 100644 --- a/frontend/src/views/system/datasource/DsTree.vue +++ b/frontend/src/views/system/datasource/DsTree.vue @@ -32,7 +32,6 @@ :default-expanded-keys="expandedArray" :data="tData" node-key="id" - default-expand-all :expand-on-click-node="true" :filter-node-method="filterNode" @node-click="nodeClick"