ui get form new and edit mode

This commit is contained in:
ycc
2023-08-23 21:33:00 +02:00
parent be4545e603
commit 82012d36af
27 changed files with 1992 additions and 124 deletions

View File

@@ -59,7 +59,7 @@ func (t *TableController) Put() {
} else {
t.Ctx.Output.SetStatus(http.StatusOK)
}
t.Data["json"] = map[string]int{"uid": uid}
t.Data["json"] = map[string]int64{"uid": uid}
t.ServeJSON()
}