add 催办

This commit is contained in:
赵霄
2024-01-10 15:19:30 +08:00
parent ed10e53fc5
commit 948b304edb
3 changed files with 30 additions and 9 deletions
+3
View File
@@ -2,6 +2,8 @@ import { getAction, postAction } from './manage.js'
// 查询定义流程列表
const getProcessNodeList = (params) => getAction('/activiti/getNodeList', params)
// 催办
const urgeProcessNode = (params) =>postAction('/workCenter/urging', params)
// 流程配置-部署
const deployWorkFlow = (params) => getAction('/activitiModel/deploy', params)
@@ -401,6 +403,7 @@ const saveNoMatchTrackingProcess = (params) => postAction('/process/projectNotMe
export {
getProcessNodeList,
urgeProcessNode,
deployWorkFlow,
getFlowNodeList,