소스 검색

工程部署下载调整

lph 1 년 전
부모
커밋
6641de378b
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      zkqy-ui/src/views/system/engineeringManage/index.vue

+ 0 - 6
zkqy-ui/src/views/system/engineeringManage/index.vue

@@ -402,14 +402,8 @@ export default {
       });
       return service
         .get(url, params, {
-          transformRequest: [
-            (params) => {
-              return tansParams(params);
-            },
-          ],
           headers: { "Content-Type": "application/x-www-form-urlencoded" },
           responseType: "blob",
-          ...config,
         })
         .then(async (data) => {
           const isBlob = blobValidate(data);