mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
fix: fix User management Invalid search box search (#149)
This commit is contained in:
@@ -34,7 +34,7 @@ func GetSysUserList(c *gin.Context) {
|
|||||||
pageIndex = tools.StrToInt(err, index)
|
pageIndex = tools.StrToInt(err, index)
|
||||||
}
|
}
|
||||||
|
|
||||||
data.Username = c.Request.FormValue("userName")
|
data.Username = c.Request.FormValue("username")
|
||||||
data.Status = c.Request.FormValue("status")
|
data.Status = c.Request.FormValue("status")
|
||||||
data.Phone = c.Request.FormValue("phone")
|
data.Phone = c.Request.FormValue("phone")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user