[update] 流程发起传saveSource,解决强制撤回没有草稿的问题,法规符合性流程字段修改

This commit is contained in:
lideqin
2024-07-17 19:57:25 +08:00
parent b8e48012b0
commit c3428f6741
8 changed files with 29 additions and 9 deletions
+5
View File
@@ -93,6 +93,9 @@ const compulsoryWithdrawal = (params) => postAction('/workCenter/forcedWithdrawa
// 流程中心统一转办
const processTransfer = (params) => postAction('/workCenter/transfer', params)
// 流程中心-统一保存
const processSave = (params) => getAction('/workCenter/save', params)
// 流程中心-草稿-办理
const getDataDraft = (params) => getAction('/workCenter/draftHandle', params)
@@ -160,6 +163,8 @@ export {
processTransfer,
processSave,
getDataDraft,
getLookData,