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) {
|
||||
return request({
|
||||
url: `/workflow/batch/${id}`,
|
||||
method: 'delete'
|
||||
url: '/workflow/batch/ids',
|
||||
method: 'delete',
|
||||
data: [id]
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user