add 催办
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user