duy пре 1 година
родитељ
комит
f7d1f63c0b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/api/modules/using/query.js

+ 1 - 1
src/api/modules/using/query.js

@@ -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)