文件批量删除传参错误

This commit is contained in:
wangxk 2025-03-24 15:30:02 +08:00
parent 1037136405
commit 76b5faf473

View File

@ -465,7 +465,7 @@ function delhuifu() {
ids.value.push(item.id)
})
// debugger
deleteTsFilesByIds({ id: ids.value.join(','), type: 'minio' }).then((res: any) => {
deleteTsFilesByIds({ ids: ids.value.join(','), type: 'minio' }).then((res: any) => {
if (res.code == '0') {
ElMessage.success("删除成功")
restoreArr.value.forEach((items: any) => {