[update] 企标流程联调
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user