perf: 学校管理页面区域树默认折叠

移除 default-expand-all,减少首次渲染节点数量
This commit is contained in:
神码-方晓辉 2026-02-03 17:43:29 +08:00
parent d0d0f0ee6d
commit 8ba5e3e174
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
:props="{ label: 'regionName', children: 'children' }" :props="{ label: 'regionName', children: 'children' }"
node-key="regionId" node-key="regionId"
highlight-current highlight-current
default-expand-all
:filter-node-method="filterNode" :filter-node-method="filterNode"
@node-click="handleNodeClick" @node-click="handleNodeClick"
/> />