fix: 临时去掉组织机构树的默认展开,减少内存开销
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
:dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
|
||||
placeholder="请选择"
|
||||
allow-clear
|
||||
tree-default-expand-all
|
||||
:tree-data="treeData"
|
||||
:dropdownMatchSelectWidth="false"
|
||||
:field-names="{ children: 'children', label: 'name', value: 'id' }"
|
||||
|
||||
Reference in New Issue
Block a user