diff --git a/src/components/Delivery/yihandeled.vue b/src/components/Delivery/yihandeled.vue index f655bdb..7a86a2e 100644 --- a/src/components/Delivery/yihandeled.vue +++ b/src/components/Delivery/yihandeled.vue @@ -1261,7 +1261,7 @@ export default { printWindow.document.close() printWindow.focus() printWindow.print() - printWindow.close() + // printWindow.close() } else { const printContent = document.getElementById('print-content2') const printWindow = window.open('', '_blank') // 这句解决edge浏览器打不开的问题 @@ -1269,7 +1269,7 @@ export default { printWindow.document.close() printWindow.focus() printWindow.print() - printWindow.close() + // printWindow.close() } }) },