From 8ba5e3e174a120f32c2b1168e79fd3a5965fbcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A0=81-=E6=96=B9=E6=99=93=E8=BE=89?= Date: Tue, 3 Feb 2026 17:43:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AD=A6=E6=A0=A1=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8C=BA=E5=9F=9F=E6=A0=91=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=8A=98=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 default-expand-all,减少首次渲染节点数量 --- frontend/ruoyi-ui/src/views/business/school/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/ruoyi-ui/src/views/business/school/index.vue b/frontend/ruoyi-ui/src/views/business/school/index.vue index 2a66e66..7eeebe0 100644 --- a/frontend/ruoyi-ui/src/views/business/school/index.vue +++ b/frontend/ruoyi-ui/src/views/business/school/index.vue @@ -15,7 +15,6 @@ :props="{ label: 'regionName', children: 'children' }" node-key="regionId" highlight-current - default-expand-all :filter-node-method="filterNode" @node-click="handleNodeClick" />