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 => {