♻️ Improve cache ds

This commit is contained in:
Daniel 2025-09-02 18:59:53 +08:00
parent 04c46b3a56
commit 8cefe5ce47
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 46 additions and 46 deletions

View file

@ -62,7 +62,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
}
rowsValues := generateAttrViewItems(attrView, view) // 生成行
filterNotFoundAttrViewItems(&rowsValues) // 过滤掉不存在的行
filterNotFoundAttrViewItems(rowsValues) // 过滤掉不存在的行
// 生成行单元格
for rowID, rowValues := range rowsValues {