|
@@ -334,7 +334,7 @@ const waterBatchDownload = async () => {
|
|
|
// const ids = arrToId(rows)
|
|
|
//批量下载
|
|
|
waterDownloadLoading.value = true
|
|
|
- const { error, disposition, res } = await queryApi.downloadNeiYe({ list: rows })
|
|
|
+ const { error, disposition, res } = await queryApi.downloadNeiYe(rows)
|
|
|
//处理数据
|
|
|
waterDownloadLoading.value = false
|
|
|
if (!error) {
|