From 2173facb539b22d0241fd838bf9ad4abc2e867a7 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 20 Apr 2023 10:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E4=B8=AA=E8=A1=97=E9=81=93id=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=8F=9C=E5=8D=95=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/community.vue | 167 ++++++++++-------- 1 file changed, 98 insertions(+), 69 deletions(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 61bf5ac60..247235596 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -20,7 +20,7 @@ :filter-node-method="filterNode" @node-click="handleNodeClick" lazy - auto-expand-parent + :auto-expand-parent="true" :default-expanded-keys="autoOpenArr" :load="lazyLoadTree" > @@ -43,14 +43,18 @@ {{ data.showNum }} {{ ")" }} --> - {{ data.showName }} + {{ data.showName }}
-