ソースを参照

工程部署下载调整

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