🎨 Update av

This commit is contained in:
Daniel 2023-08-01 00:15:55 +08:00
parent 6fd2ee7d7c
commit ec6e104519
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 2 deletions

View file

@ -93,5 +93,6 @@ func setAttributeViewBlockAttr(c *gin.Context) {
cellID := arg["cellID"].(string)
value := arg["value"].(interface{})
blockAttributeViewKeys := model.UpdateAttributeViewCell(avID, keyID, rowID, cellID, value)
util.BroadcastByType("protyle", "refreshAttributeView", 0, "", map[string]interface{}{"id": avID})
ret.Data = blockAttributeViewKeys
}