[update] 流程中心-查看
This commit is contained in:
@@ -92,6 +92,9 @@ const processTransfer = (params) => postAction('/workCenter/transfer', params)
|
||||
// 流程中心-草稿-办理
|
||||
const getDataDraft = (params) => getAction('/workCenter/draftHandle', params)
|
||||
|
||||
// 流程中心-查看-获取数据
|
||||
const getLookData = (params) => getAction('/workCenter/snapshotHandle', params)
|
||||
|
||||
// 在线编辑-生成空白模板
|
||||
const generateEmptyFileTemplate = (params) => getAction('/onlyOffice/saveEditFile', params)
|
||||
// 在线编辑-通过在线编辑的文件id获取文件信息
|
||||
@@ -150,6 +153,8 @@ export {
|
||||
|
||||
getDataDraft,
|
||||
|
||||
getLookData,
|
||||
|
||||
generateEmptyFileTemplate,
|
||||
queryFileInfoByEditId,
|
||||
getOnlineFileIdByFileId,
|
||||
|
||||
Reference in New Issue
Block a user