|
@@ -1588,9 +1588,9 @@ const batchClick = async ()=>{
|
|
const ids = arrToId(tableKeys.value)
|
|
const ids = arrToId(tableKeys.value)
|
|
console.log(ids, 'ids')
|
|
console.log(ids, 'ids')
|
|
batchLoading.value = true
|
|
batchLoading.value = true
|
|
- const { error, code, data, msg } = await archiveQueryApi.batchDownloadFileToZip({
|
|
|
|
- ids:ids,
|
|
|
|
- })
|
|
|
|
|
|
+ const { error, code, data, msg } = await archiveQueryApi.batchDownloadFileToZip(
|
|
|
|
+ { ids: ids },
|
|
|
|
+ )
|
|
batchLoading.value = false
|
|
batchLoading.value = false
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|
|
window.$message.success(msg)
|
|
window.$message.success(msg)
|