重新发布
This commit is contained in:
@@ -739,9 +739,6 @@ function handleTimeChange(value) {
|
|||||||
|
|
||||||
// 处理办理住院点击事件
|
// 处理办理住院点击事件
|
||||||
function handleHospitalizationClick() {
|
function handleHospitalizationClick() {
|
||||||
console.log('handleHospitalizationClick 被调用');
|
|
||||||
console.log('当前patientInfo:', patientInfo.value);
|
|
||||||
console.log('当前patientInfo.encounterId:', patientInfo.value?.encounterId);
|
|
||||||
|
|
||||||
if (!patientInfo.value || !patientInfo.value.encounterId) {
|
if (!patientInfo.value || !patientInfo.value.encounterId) {
|
||||||
console.log('患者信息不完整,无法办理住院');
|
console.log('患者信息不完整,无法办理住院');
|
||||||
|
|||||||
Reference in New Issue
Block a user