Browse Source

工程部署下载调整

lph 1 year ago
parent
commit
6641de378b
1 changed files with 0 additions and 6 deletions
  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);