feat: 任务节点单独设置表单

This commit is contained in:
tony
2022-12-18 21:55:50 +08:00
parent bfd75ac552
commit 682592fcdf
6 changed files with 286 additions and 126 deletions

View File

@@ -123,3 +123,11 @@ export function exportDeployment(query) {
params: query
})
}
// 流程节点表单
export function flowTaskForm(query) {
return request({
url: '/flowable/task/flowTaskForm',
method: 'get',
params: query
})
}