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('患者信息不完整,无法办理住院');