From e5b3e2570afd7e72d7d5704af139300d52e0b5ed Mon Sep 17 00:00:00 2001
From: unknown <18119604035@163.com>
Date: Wed, 6 Sep 2023 09:12:32 +0800
Subject: [PATCH] =?UTF-8?q?tree=E5=88=86=E7=B1=BB=E3=80=81=E9=83=A8?=
=?UTF-8?q?=E9=97=A8=E7=BB=84=E4=BB=B6=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=B8=80?=
=?UTF-8?q?=E7=BA=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/compenents/tree-category/index.tsx | 2 +-
src/compenents/tree-department/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/compenents/tree-category/index.tsx b/src/compenents/tree-category/index.tsx
index 1e3c2a7..bc01a50 100644
--- a/src/compenents/tree-category/index.tsx
+++ b/src/compenents/tree-category/index.tsx
@@ -102,7 +102,7 @@ export const TreeCategory = (props: PropInterface) => {
selectedKeys={selectKey}
onExpand={onExpand}
treeData={treeData}
- defaultExpandAll={true}
+ // defaultExpandAll={true}
switcherIcon={}
/>
)}
diff --git a/src/compenents/tree-department/index.tsx b/src/compenents/tree-department/index.tsx
index f93de74..3bba14d 100644
--- a/src/compenents/tree-department/index.tsx
+++ b/src/compenents/tree-department/index.tsx
@@ -165,7 +165,7 @@ export const TreeDepartment = (props: PropInterface) => {
onSelect={onSelect}
onExpand={onExpand}
treeData={treeData}
- defaultExpandAll={true}
+ // defaultExpandAll={true}
switcherIcon={}
/>
)}