[update] 流程发起传saveSource,解决强制撤回没有草稿的问题,法规符合性流程字段修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user