fix: 临时去掉组织机构树的默认展开,减少内存开销

This commit is contained in:
gaoyunqi
2024-04-02 16:56:53 +08:00
parent 3fafc4f089
commit a23b8970de

View File

@ -5,7 +5,6 @@
:dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
placeholder="请选择" placeholder="请选择"
allow-clear allow-clear
tree-default-expand-all
:tree-data="treeData" :tree-data="treeData"
:dropdownMatchSelectWidth="false" :dropdownMatchSelectWidth="false"
:field-names="{ children: 'children', label: 'name', value: 'id' }" :field-names="{ children: 'children', label: 'name', value: 'id' }"