This commit is contained in:
Daniel 2025-07-29 14:15:50 +08:00
parent 548857dc4b
commit c64d68c71d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1566,6 +1566,9 @@ func renderAttributeView(attrView *av.AttributeView, blockID, viewID, query stri
} }
} }
viewable.SetGroups(groups) viewable.SetGroups(groups)
// 将总的视图上的项目清空,减少冗余
viewable.(av.Collection).SetItems(nil)
} }
return return
} }