[add] 内部工作组模块
This commit is contained in:
+6
-1
@@ -121,6 +121,9 @@ const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
|
||||
// 标准选择框,分页查询标准数据
|
||||
const getStandardList = (params) => getAction('', params)
|
||||
|
||||
// 内部工作组,左侧树查询
|
||||
const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params)
|
||||
|
||||
export {
|
||||
addRole,
|
||||
editRole,
|
||||
@@ -189,5 +192,7 @@ export {
|
||||
addCategoryItem,
|
||||
editCategoryItem,
|
||||
|
||||
getStandardList
|
||||
getStandardList,
|
||||
|
||||
getWorkGroupTreeList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user