[update] 增加问答库模块,修改自测bug
This commit is contained in:
+7
-1
@@ -129,6 +129,9 @@ const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list',
|
||||
// 企业级别映射管理,获取列表
|
||||
const getEnterpriseLevelMapList = (params) => getAction('/sys/lawsGrade/list', params)
|
||||
|
||||
// 车型项目下拉数据
|
||||
const getCarTypeProjectList = (params) => getAction('/projectLibrary/lawsProjectLibrary/list', params)
|
||||
|
||||
export {
|
||||
addRole,
|
||||
editRole,
|
||||
@@ -202,5 +205,8 @@ export {
|
||||
|
||||
getWorkGroupTreeList,
|
||||
|
||||
getEnterpriseLevelMapList
|
||||
getEnterpriseLevelMapList,
|
||||
|
||||
getCarTypeProjectList
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user