[update] 增加问答库模块,修改自测bug

This commit is contained in:
lideqin
2023-09-20 18:08:00 +08:00
parent 2fb7e230d6
commit 5abf9338bd
16 changed files with 1059 additions and 4 deletions
+7 -1
View File
@@ -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
}