fix: 临时去掉组织机构树的默认展开,减少内存开销
This commit is contained in:
@ -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' }"
|
||||||
|
|||||||
Reference in New Issue
Block a user