[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-11 15:45:19 +08:00
parent 8cc3371698
commit 074deb26b7
8 changed files with 135 additions and 69 deletions
+9
View File
@@ -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,