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={} /> )}