提交 0f7a81ff 编写于 作者: U UlricQin

fill objs when return alert event

上级 2d154454
......@@ -49,7 +49,9 @@ func alertEventGets(c *gin.Context) {
}
func alertEventGet(c *gin.Context) {
renderData(c, AlertEvent(urlParamInt64(c, "id")), nil)
ae := AlertEvent(urlParamInt64(c, "id"))
dangerous(ae.FillObjs())
renderData(c, ae, nil)
}
func alertEventDel(c *gin.Context) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册