♻️ Refactor av

This commit is contained in:
Daniel 2025-06-08 16:39:45 +08:00
parent d4864d01e4
commit 1dcc635f4d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 21 additions and 21 deletions

View file

@ -157,7 +157,7 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
if nil == tableCell.Value {
tableCell.Value = av.GetAttributeViewDefaultValue(tableCell.ID, col.ID, rowID, tableCell.ValueType)
} else {
fillAttributeViewNilValue(tableCell.Value, rowID, col.ID, tableCell.ValueType)
fillAttributeViewNilValue(tableCell.Value, tableCell.ValueType)
}
tableRow.Cells = append(tableRow.Cells, tableCell)