feat: 开始节点获取

This commit is contained in:
tony
2022-12-15 18:24:12 +08:00
parent dd11a1ac66
commit 295a46662e
16 changed files with 311 additions and 227 deletions

View File

@@ -64,6 +64,15 @@ export function getNextFlowNode(data) {
})
}
// 下一节点
export function getNextFlowNodeByStart(data) {
return request({
url: '/flowable/task/nextFlowNodeByStart',
method: 'post',
data: data
})
}
// 部署流程实例
export function deployStart(deployId) {
return request({