[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-15 17:33:12 +08:00
parent 12b169eb2d
commit 177c28861b
8 changed files with 42 additions and 33 deletions
+4 -1
View File
@@ -77,8 +77,10 @@ const interpretFlowStart = (params) => postAction('/process/standardInterpretFlo
const interpretFlowReject = (params) => postAction('/process/standardInterpretFlow/flowReject', params)
// 保存
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)
@@ -148,6 +150,7 @@ export {
interpretFlowReject,
interpretFlowSave,
interpretFlowTransfer,
interpretFlowCountersign,
interpretGetDetail,
compulsoryWithdrawal,