Przeglądaj źródła

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

ZYZ 1 rok temu
rodzic
commit
bcf7d388f4

+ 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);