Ver Fonte

merge fix

scorpio há 2 anos atrás
pai
commit
bd0b9ebe84
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/home/component/dash.vue

+ 1 - 0
src/views/home/component/dash.vue

@@ -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'