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 }}
-