From 09fdfa294a11d401a839256b74d0af8229e758e8 Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Thu, 2 Apr 2026 15:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/views/doctorstation/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/index.vue b/openhis-ui-vue3/src/views/doctorstation/index.vue index 521765c9..34ff0823 100644 --- a/openhis-ui-vue3/src/views/doctorstation/index.vue +++ b/openhis-ui-vue3/src/views/doctorstation/index.vue @@ -739,9 +739,6 @@ function handleTimeChange(value) { // 处理办理住院点击事件 function handleHospitalizationClick() { - console.log('handleHospitalizationClick 被调用'); - console.log('当前patientInfo:', patientInfo.value); - console.log('当前patientInfo.encounterId:', patientInfo.value?.encounterId); if (!patientInfo.value || !patientInfo.value.encounterId) { console.log('患者信息不完整,无法办理住院');