[update 标准解读流程] 完善
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user