@@ -75,7 +75,7 @@ export default {
)
.then((response) => {
console.log(response.data);
- // this.downloadFile(response.data);
+ this.downloadFile(response.data);
})
.catch((e) => {
console.log(e);