소스 검색

请求修改

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)