@@ -65,7 +65,7 @@ async getarchiveQueryPage(form, msg = true) {
async batchDownloadFileToZip(form, msg = true) {
return httpApi({
url: '/api/blade-archive/archivesauto/batchDownloadFileToZip',
- method: 'post',
+ method: 'get',
params: form,
responseType: 'blob',
}, msg)