菜单管理
This commit is contained in:
@@ -3,7 +3,8 @@ import { type Dict } from '@/api/system/dictionary/interface'
|
||||
|
||||
//获取字典类型
|
||||
export const getDictTreeList = (params: Dict.ResDictTree) => {
|
||||
return http.get(`/dictTree/queryTree`, params)
|
||||
const name = params.name || '';
|
||||
return http.get(`/dictTree/getTree?keyword=${name}`, params)
|
||||
}
|
||||
|
||||
//添加字典类型
|
||||
|
||||
Reference in New Issue
Block a user