From b666c0d395fb8d5954090f41ede9ba300e84c642 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 27 Oct 2023 17:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=A0=91=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=B1=95=E5=BC=80=E6=88=96=E8=80=85=E6=94=B6?= =?UTF-8?q?=E7=BC=A9=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/dataCenter/index.vue | 1 + .../domesticStandardsAndRegulations/index.vue | 1 + .../components/EnterpriseStandardDatabase.vue | 1 + .../foreignStandardsAndRegulations/index.vue | 1 + 4 files changed, 4 insertions(+) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index d3e63afda..3b90f4534 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -9,6 +9,7 @@ node-key="id" class="tree-line" icon-class="icon-tree" + :expand-on-click-node="false" :indent="0" :props="props" :data="treeList" diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 70bc6201c..31eeadbe7 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -14,6 +14,7 @@ node-key="id" class="tree-line" icon-class="icon-tree" + :expand-on-click-node="false" :indent="0" :props="props" :data="treeList" diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index e5713f54e..0b50e077d 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -15,6 +15,7 @@ node-key="id" class="tree-line" icon-class="icon-tree" + :expand-on-click-node="false" :indent="0" :props="props" :data="treeList" diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 2aae99671..cc63dfee9 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -14,6 +14,7 @@ node-key="id" class="tree-line" icon-class="icon-tree" + :expand-on-click-node="false" :indent="0" :props="props" :data="treeList"