From 4681cc5a92184981325b32b9286694c62a362bca Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 15 May 2025 09:55:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(yihandeled):=20=E6=89=93=E5=8D=B0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/yihandeled.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() } }) },