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)