diff --git a/src/api/workCenter.js b/src/api/workCenter.js index 223f1526..93354b8d 100644 --- a/src/api/workCenter.js +++ b/src/api/workCenter.js @@ -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, diff --git a/src/components/ProcessDetailList.vue b/src/components/ProcessDetailList.vue index 4c929074..7fa67349 100644 --- a/src/components/ProcessDetailList.vue +++ b/src/components/ProcessDetailList.vue @@ -9,16 +9,16 @@ - - - - - - + + + + + + + + + +
@@ -44,6 +44,16 @@ :scroll="{x: '100%'}" @change="handleTableChange"> + + +