[add] ASMS接口管理
This commit is contained in:
+14
-7
@@ -132,6 +132,11 @@ const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list',
|
||||
// 企业级别映射管理,获取列表
|
||||
const getEnterpriseLevelMapList = (params) => getAction('/sys/lawsGrade/list', params)
|
||||
|
||||
// ASMS接口管理-新增
|
||||
const addAsmsInterface = (params) => postAction('/docking/asms/api/lawsAsmsOpenApi/add', params)
|
||||
// ASMS接口管理-编辑
|
||||
const editAsmsInterface = (params) => postAction('/docking/asms/api/lawsAsmsOpenApi/edit', params)
|
||||
|
||||
export {
|
||||
addRole,
|
||||
editRole,
|
||||
@@ -190,22 +195,24 @@ export {
|
||||
queryMyDepartTreeList,
|
||||
getUserNoticeInfo,
|
||||
getDictItemsFromCache,
|
||||
|
||||
|
||||
getShowAreaData,
|
||||
addAreaData,
|
||||
editAreaData,
|
||||
getFileInfo,
|
||||
|
||||
|
||||
addTag,
|
||||
editTag,
|
||||
addCategoryItem,
|
||||
editCategoryItem,
|
||||
|
||||
|
||||
getStandardList,
|
||||
|
||||
|
||||
getWorkGroupTreeList,
|
||||
|
||||
|
||||
getEnterpriseLevelMapList,
|
||||
getSSOUserInfo
|
||||
|
||||
getSSOUserInfo,
|
||||
|
||||
addAsmsInterface,
|
||||
editAsmsInterface
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user