🎨 Update av export

This commit is contained in:
Daniel 2023-09-26 09:38:50 +08:00
parent 3cd6e0d953
commit 376384d4e3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 58 additions and 32 deletions

View file

@ -35,8 +35,7 @@ func renderAttributeView(c *gin.Context) {
}
id := arg["id"].(string)
nodeID := arg["nodeID"].(string)
view, attrView, err := model.RenderAttributeView(id, nodeID)
view, attrView, err := model.RenderAttributeView(id)
if nil != err {
ret.Code = -1
ret.Msg = err.Error()