[add] 内部工作组模块

This commit is contained in:
lideqin
2023-09-06 18:32:44 +08:00
parent c89905ae7d
commit 6967d4d6a4
8 changed files with 893 additions and 8 deletions
+6 -1
View File
@@ -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
}