fate: 升级流程设计器,表单设计器

This commit is contained in:
zhuyong
2024-09-05 23:51:27 +08:00
parent 27b56d3a01
commit 73acc6453c
111 changed files with 7642 additions and 9197 deletions

View File

@@ -18,6 +18,14 @@ export function flowFormData(query) {
})
}
export function flowTaskInfo(query) {
return request({
url: '/flowable/task/flowTaskInfo',
method: 'get',
params: query
})
}
// 完成任务
export function complete(data) {
return request({