소스 검색

merge fix

scorpio 2 년 전
부모
커밋
bd0b9ebe84
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'