[add] 添加企标级别映射模块和友情链接模块,完善内部工作组模块,修改封装的Search组件

This commit is contained in:
lideqin
2023-09-07 15:27:19 +08:00
parent f156b08ec2
commit d45ee8d81f
10 changed files with 732 additions and 134 deletions
+6 -1
View File
@@ -124,6 +124,9 @@ const getStandardList = (params) => getAction('', params)
// 内部工作组,左侧树查询
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)
// 企业级别映射管理,获取列表
const getEnterpriseLevelMapList = (params) => getAction('/sys/lawsGrade/list', params)
export {
addRole,
editRole,
@@ -194,5 +197,7 @@ export {
getStandardList,
getWorkGroupTreeList
getWorkGroupTreeList,
getEnterpriseLevelMapList
}