feat: 分组流程详情查看

This commit is contained in:
tony
2022-12-12 11:02:24 +08:00
parent 83bb7cd5ba
commit 22de6bafc1
23 changed files with 2504 additions and 67 deletions

View File

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