[add] 增加人员信息
This commit is contained in:
@@ -18,6 +18,9 @@ const checkRuleByCode = (params) => getAction('/sys/checkRule/checkByCode', para
|
||||
// 通过文件的id获取文件的相应信息
|
||||
const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
|
||||
|
||||
// 获取人员信息列表
|
||||
const getPersonInfoList = (params) => getAction('/process/fb/processFbInfo/getNodeList', params)
|
||||
|
||||
// 标准入库/变更流程------------
|
||||
// 国内法规标准-获取表单模型
|
||||
const getDomesticStandardFormModal = (params) => getAction('/laws/standard/domestic/getFormModel', params)
|
||||
@@ -32,6 +35,8 @@ export {
|
||||
getFileInfo,
|
||||
getSSOUserInfo,
|
||||
|
||||
getPersonInfoList,
|
||||
|
||||
getDomesticStandardFormModal,
|
||||
queryStandardECProcessData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user