合并查询
This commit is contained in:
@@ -13,7 +13,8 @@ func ParamsListGet(w http.ResponseWriter, r *http.Request) {
|
||||
item["id"] = "model"
|
||||
item["name"] = "模型"
|
||||
|
||||
listview.List = append(listview.List, item)
|
||||
//listview.List = append(listview.List, item)
|
||||
listview.List = []interface{}{item}
|
||||
listview.Total = 1
|
||||
listview.Page = 1
|
||||
listview.PageSize = 10
|
||||
|
Reference in New Issue
Block a user