@@ -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) => {