[update] 流程中心-查看

This commit is contained in:
lideqin
2024-07-11 11:37:39 +08:00
parent 9ea44f5804
commit 2c14134a1f
4 changed files with 41 additions and 252 deletions
+5
View File
@@ -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,