[update] 修改年度制修订主动上报和流程中心

This commit is contained in:
lideqin
2023-12-08 17:01:11 +08:00
parent 393e562723
commit dc99032d70
9 changed files with 130 additions and 93 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
import { getAction, postAction } from './manage.js'
// 查询定义流程列表
const getProcessNodeList = (params) => getAction('/process/fb/processFbInfo/getNodeList', params)
const getProcessNodeList = (params) => getAction('/activiti/getNodeList', params)
// 流程配置-部署
const deployWorkFlow = (params) => getAction('/activitiModel/deploy', params)
@@ -43,6 +43,8 @@ const activelyReportAgree = (params) => postAction('/process/es/annualReport/agr
const activelyReportReject = (params) => postAction('/process/es/annualReport/reject', params)
// 根据流程id获取流程信息
const activelyReportGetDataById = (taskId, params) => getAction(`/process/es/annualReport/handle/${taskId}`, params)
// 草稿的办理回显数据
const activelyReportGetDataDraft = (params) => getAction('', params)
// 年度制修订计划(标准化发起)
// 发起
@@ -363,6 +365,7 @@ export {
activelyReportAgree,
activelyReportReject,
activelyReportGetDataById,
activelyReportGetDataDraft,
standardizationInitApproval,
standardizationInitSave,