[update] 企标流程联调

This commit is contained in:
lideqin
2023-10-31 14:08:32 +08:00
parent 39bb7afd20
commit 49658c110d
6 changed files with 102 additions and 26 deletions
+3
View File
@@ -38,6 +38,8 @@ const activelyReportTurnTo = (params) => postAction('/process/es/annualReport/tr
const activelyReportAgree = (params) => postAction('/process/es/annualReport/agree', params)
// 拒绝
const activelyReportReject = (params) => postAction('/process/es/annualReport/reject', params)
// 根据流程id获取流程信息
const activelyReportGetDataById = (taskId, params) => getAction(`/process/es/annualReport/handle/${taskId}`, params)
// 年度制修订计划(标准化发起)
// 发起
@@ -148,6 +150,7 @@ export {
activelyReportTurnTo,
activelyReportAgree,
activelyReportReject,
activelyReportGetDataById,
standardizationInitApproval,
standardizationInitSave,