@@ -454,6 +454,7 @@ export default {
})
},
download (res) {
+ console.log(typeof res)
const url = window.URL.createObjectURL(new Blob([res], { type: 'application/vnd.ms-excel' }))
const link = document.createElement('a')
link.style.display = 'none'