[update 标准解读流程] 完善
This commit is contained in:
@@ -79,6 +79,12 @@ const interpretGetClauseList = (params) => getAction('/process/standardInterpret
|
||||
const interpretFlowApproval = (params) => postAction('/process/standardInterpretFlow/flowApproval', params)
|
||||
// 发起
|
||||
const interpretFlowStart = (params) => postAction('/process/standardInterpretFlow/flowStart', params)
|
||||
// 驳回
|
||||
const interpretFlowReject = (params) => postAction('/process/standardInterpretFlow/flowReject', params)
|
||||
// 保存
|
||||
const interpretFlowSave = (params) => postAction('/process/standardInterpretFlow/flowSave', params)
|
||||
// 保存
|
||||
const interpretFlowTransfer = (params) => postAction('/process/standardInterpretFlow/flowTransfer', params)
|
||||
// 获取详情
|
||||
const interpretGetDetail = (params) => getAction('/process/standardInterpretFlow/queryDetail', params)
|
||||
|
||||
@@ -145,6 +151,9 @@ export {
|
||||
interpretGetClauseList,
|
||||
interpretFlowApproval,
|
||||
interpretFlowStart,
|
||||
interpretFlowReject,
|
||||
interpretFlowSave,
|
||||
interpretFlowTransfer,
|
||||
interpretGetDetail,
|
||||
|
||||
compulsoryWithdrawal,
|
||||
|
||||
Reference in New Issue
Block a user