This commit is contained in:
吴红兵
2026-03-07 01:34:48 +08:00
parent adc511cfdc
commit 94c3473958
1211 changed files with 599405 additions and 322105 deletions

View File

@@ -22,7 +22,7 @@ export function getFlowDetail(flowId: string) {
return request({
url: '/task/process/getDetail',
method: 'get',
params: {flowId},
params: { flowId },
});
}

View File

@@ -83,7 +83,7 @@ export function queryTask(taskId: string, view: boolean) {
return request({
url: '/task/task/queryTask',
method: 'get',
params: {taskId, view},
params: { taskId, view },
});
}