Browse Source

merge fix

scorpio 2 năm trước cách đây
mục cha
commit
bd0b9ebe84
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'