mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-05 09:59:17 -05:00
This commit is contained in:
+1
-1
@@ -845,7 +845,7 @@ func setAttributeViewBlockAttr(c *gin.Context) {
|
||||
|
||||
avID := arg["avID"].(string)
|
||||
keyID := arg["keyID"].(string)
|
||||
rowID := arg["rowID"].(string)
|
||||
rowID := arg["rowID"].(string) // 即 ItemID
|
||||
value := arg["value"].(interface{})
|
||||
updatedVal, err := model.UpdateAttributeViewCell(nil, avID, keyID, rowID, value)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user