From 9728c8a6dd274dde7c3b208f9ff19e977d9f3774 Mon Sep 17 00:00:00 2001 From: suizihe <2958847195@qq.com> Date: Thu, 30 Oct 2025 09:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=BC=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inpatientDoctor/home/components/diagnosis/diagnosis.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue index b648e09d..964e554f 100644 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue @@ -568,7 +568,7 @@ function handleSaveDiagnosis() { // 食源性疾病逻辑 isFoodDiseasesNew({ encounterId: props.patientInfo.encounterId }).then((res2) => { - if (res2.code === 20?('data') && res2.data) { + if (res2.code === 20 && res2.data) { window.open(res2.data, '_blank'); } });