浏览代码

请求修改

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)