Browse Source

补充提交

lph 1 year ago
parent
commit
65749f26a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zkqy-ui/src/views/system/engineeringManage/index.vue

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

@@ -402,7 +402,7 @@ export default {
       });
       return service
         .get(url, params, {
-          headers: { "Content-Type": "application/x-www-form-urlencoded" },
+          headers: { "Content-Disposition": "attachment" },
           responseType: "blob",
         })
         .then(async (data) => {