소스 검색

Merge branch 'master' of http://62.234.61.92:3000/wjm/mec-cloud_IntelligentManufacturing_CRM

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

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

@@ -413,14 +413,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);