Commit 2e1d6b78 authored by liwei's avatar liwei

修改了树的收缩问题

parent 91159e5f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
toolbar toolbar
search search
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'fileName' }" :fieldNames="{ key: 'businessId', title: 'fileName' }"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
search search
toolbar toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'modelName' }" :fieldNames="{ key: 'businessId', title: 'modelName' }"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
search search
toolbar toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'modelName' }" :fieldNames="{ key: 'businessId', title: 'modelName' }"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
search search
toolbar toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'modelName' }" :fieldNames="{ key: 'businessId', title: 'modelName' }"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
search search
toolbar toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'modelName' }" :fieldNames="{ key: 'businessId', title: 'modelName' }"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
toolbar toolbar
search search
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto" treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true" :clickRowToExpand="false"
:defaultExpandAll="true" :defaultExpandAll="true"
:treeData="treeData" :treeData="treeData"
:fieldNames="{ key: 'businessId', title: 'institutionName' }" :fieldNames="{ key: 'businessId', title: 'institutionName' }"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment