[update 标准解读流程] 加签
This commit is contained in:
@@ -79,8 +79,6 @@ const interpretFlowReject = (params) => postAction('/process/standardInterpretFl
|
||||
const interpretFlowSave = (params) => postAction('/process/standardInterpretFlow/flowSave', params)
|
||||
// 转办
|
||||
const interpretFlowTransfer = (params) => getAction('/process/standardInterpretFlow/flowTransfer', params)
|
||||
// 加签
|
||||
const interpretFlowCountersign = (params) => getAction('/process/standardInterpretFlow/flowCountersign', params)
|
||||
// 获取详情
|
||||
const interpretGetDetail = (params) => getAction('/process/standardInterpretFlow/queryDetail', params)
|
||||
|
||||
@@ -150,7 +148,6 @@ export {
|
||||
interpretFlowReject,
|
||||
interpretFlowSave,
|
||||
interpretFlowTransfer,
|
||||
interpretFlowCountersign,
|
||||
interpretGetDetail,
|
||||
|
||||
compulsoryWithdrawal,
|
||||
|
||||
Reference in New Issue
Block a user