[update] 新法规导入流程-保存
This commit is contained in:
@@ -18,7 +18,7 @@ const deleteFlowNode = (params) => postAction('/activitiModel/deleteTask', param
|
||||
|
||||
// 新法规导入流程
|
||||
// 保存
|
||||
const newRegulationImportSave = (params) => postAction('/process/es/archive/save', params)
|
||||
const newRegulationImportSave = (params) => postAction('/process/newStandardImport/save', params)
|
||||
// 发起
|
||||
const newRegulationImportApproval = (params) => postAction('/process/newStandardImport/start', params)
|
||||
// 转办
|
||||
@@ -89,6 +89,9 @@ const compulsoryWithdrawal = (params) => postAction('/workCenter/forcedWithdrawa
|
||||
// 流程中心统一转办
|
||||
const processTransfer = (params) => postAction('/workCenter/transfer', params)
|
||||
|
||||
// 流程中心-草稿-办理
|
||||
const getDataDraft = (params) => getAction('/process/common/draftHandle', params)
|
||||
|
||||
// 在线编辑-生成空白模板
|
||||
const generateEmptyFileTemplate = (params) => getAction('/onlyOffice/saveEditFile', params)
|
||||
// 在线编辑-通过在线编辑的文件id获取文件信息
|
||||
@@ -145,6 +148,8 @@ export {
|
||||
|
||||
processTransfer,
|
||||
|
||||
getDataDraft,
|
||||
|
||||
generateEmptyFileTemplate,
|
||||
queryFileInfoByEditId,
|
||||
getOnlineFileIdByFileId,
|
||||
|
||||
Reference in New Issue
Block a user