[update 标准解读流程] 测试

This commit is contained in:
danshihao
2024-07-05 20:41:21 +08:00
parent 393b78dcdb
commit a640cc91c1
8 changed files with 802 additions and 11 deletions
+21
View File
@@ -68,6 +68,20 @@ const marketListReleaseGetDataById = (taskId, params) => getAction(`/process/es/
// 草稿的办理回显数据
const marketListReleaseGetDataDraft = (params) => getAction('/process/es/archive/draftHandle', params)
// 标准解读流程
// 获取项目id
const interpretGetProjectId = (params) => getAction('/process/standardInterpretFlow/getProjectId', params)
// 通过标准id获取文件
const interpretGetFileByStandardId = (params) => getAction('/process/standardInterpretFlow/getFileByStandardId', params)
// 获取条款列表
const interpretGetClauseList = (params) => getAction('/process/standardInterpretFlow/getClauseList', params)
// 审批
const interpretFlowApproval = (params) => postAction('/process/standardInterpretFlow/flowApproval', params)
// 发起
const interpretFlowStart = (params) => postAction('/process/standardInterpretFlow/flowStart', params)
// 获取详情
const interpretGetDetail = (params) => postAction('/process/standardInterpretFlow/queryDetail', params)
// 流程中心
// 已发-强制撤回
const compulsoryWithdrawal = (params) => postAction('/workCenter/forcedWithdrawal', params)
@@ -120,6 +134,13 @@ export {
marketListReleaseGetDataById,
marketListReleaseGetDataDraft,
interpretGetProjectId,
interpretGetFileByStandardId,
interpretGetClauseList,
interpretFlowApproval,
interpretFlowStart,
interpretGetDetail,
compulsoryWithdrawal,
processTransfer,