feat:合并

This commit is contained in:
lixg
2023-02-12 19:44:53 +08:00
11 changed files with 717 additions and 361 deletions

View File

@@ -108,7 +108,7 @@ export const billboard = (obj) => http.post("/admin/project/billboard", obj);
//公共信息---------------------------------------------------
// 获取字典信息
export const getDict = (obj) => http.post('/dict/getList', obj)
export const getDictTree = (params) => http.get('/dict/getTree', { params })
export const getDictTree = (params) => http.get('/dict', { params })
//获取组织树一级列表
export const getOrgTree = (obj) => http.post('/admin/router/orgList', obj)
//根据id获取组织树一级元素下所有子元素