fix
This commit is contained in:
@@ -22,7 +22,7 @@ export function getFlowDetail(flowId: string) {
|
||||
return request({
|
||||
url: '/task/process/getDetail',
|
||||
method: 'get',
|
||||
params: {flowId},
|
||||
params: { flowId },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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 },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user