重新发布

This commit is contained in:
Ranyunqiao
2026-04-02 15:31:56 +08:00
parent 4ef9aa07d2
commit 09fdfa294a

View File

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