Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
429544d8fc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/allocationManagement/transferReturn/print.vue

+ 1 - 0
src/views/allocationManagement/transferReturn/print.vue

@@ -75,6 +75,7 @@ export default {
         return
       }
       const url = window.URL.createObjectURL(new Blob([data], { type: 'application/pdf' }))
+      console.log(url)
       document.getElementById('print').innerHTML = '<iframe id="printftoe" name="printftoe" src="' + url + '" hidden></iframe>'
       if (type == 'views') { //  预览
         window.open(url)