mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
优化菜单、省市区树结构排序,修复部门搜索空指针问题
This commit is contained in:
@@ -8,6 +8,7 @@ package menu
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"hotgo/internal/model/input/adminin"
|
||||
"hotgo/internal/model/input/form"
|
||||
)
|
||||
|
||||
// EditReq 修改/新增菜单
|
||||
@@ -33,5 +34,7 @@ type ListReq struct {
|
||||
}
|
||||
|
||||
type ListRes struct {
|
||||
List []map[string]interface{} `json:"list" dc:"数据列表"`
|
||||
//List adminin.MenuList `json:"list" dc:"数据列表"`
|
||||
*adminin.MenuListModel
|
||||
form.PageRes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user