[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-15 14:15:25 +08:00
parent 38e68d5514
commit 35ee9aeb7a
7 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const interpretFlowReject = (params) => postAction('/process/standardInterpretFl
// 保存
const interpretFlowSave = (params) => postAction('/process/standardInterpretFlow/flowSave', params)
// 保存
const interpretFlowTransfer = (params) => postAction('/process/standardInterpretFlow/flowTransfer', params)
const interpretFlowTransfer = (params) => getAction('/process/standardInterpretFlow/flowTransfer', params)
// 获取详情
const interpretGetDetail = (params) => getAction('/process/standardInterpretFlow/queryDetail', params)