fix(sj_1.1.0-beta3): 修复工作流批次单个删除接口
This commit is contained in:
parent
a90c42b166
commit
cce09016b3
@ -122,8 +122,9 @@ export function fetchNodeStop(nodeId: string, taskBatchId: string) {
|
|||||||
|
|
||||||
export function fetchDeleteWorkflowBatch(id: string) {
|
export function fetchDeleteWorkflowBatch(id: string) {
|
||||||
return request({
|
return request({
|
||||||
url: `/workflow/batch/${id}`,
|
url: '/workflow/batch/ids',
|
||||||
method: 'delete'
|
method: 'delete',
|
||||||
|
data: [id]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user