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