mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
完成批量删除Task任务列表
This commit is contained in:
@@ -63,7 +63,7 @@ const put = (path, data) => {
|
||||
}
|
||||
|
||||
const del = (path, data) => {
|
||||
return request('DELETE', path)
|
||||
return request('DELETE', path, {}, data)
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user