mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
ef0e29a6fd
commit
4744429550
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue