add alert_aggr_view
This commit is contained in:
parent
a914de63c6
commit
70e5ac4898
|
@ -21,8 +21,9 @@ func alertAggrViewAdd(c *gin.Context) {
|
||||||
|
|
||||||
f.Id = 0
|
f.Id = 0
|
||||||
f.CreateBy = c.MustGet("userid").(int64)
|
f.CreateBy = c.MustGet("userid").(int64)
|
||||||
|
ginx.Dangerous(f.Add())
|
||||||
|
|
||||||
ginx.NewRender(c).Message(f.Add())
|
ginx.NewRender(c).Data(f, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
// body: ids
|
// body: ids
|
||||||
|
|
Loading…
Reference in New Issue