From 931c4b1ef82a8629cdcd2cd123b1d15485889903 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 10 May 2024 01:33:58 +0800 Subject: [PATCH] dj seo --- src/components/patientRegister/PatientRegisterEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index faf5d1f..658d2b5 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1796,7 +1796,7 @@ export default { // lis条码打印 async lisPrint(ReportCode, isPreview, toOutShell) { toOutShell.ReportCode = ReportCode - console.log('this.$peisAPI.print', toOutShell) + console.log('this.$peisAPI.print', JSON.stringify(toOutShell)) if (isPreview) { try { let lres = await this.$peisAPI.printPre(JSON.stringify(toOutShell)) @@ -1828,7 +1828,7 @@ export default { //pacs条码打印 pacsPrint(ReportCode, isPreview, toOutShell) { toOutShell.ReportCode = ReportCode - console.log('this.$peisAPI.print', toOutShell) + console.log('this.$peisAPI.print', JSON.stringify(toOutShell)) if (isPreview) { this.$peisAPI.printPre(JSON.stringify(toOutShell)) .then(res => {