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)