debug: add admissionDate debug log for Bug#362

This commit is contained in:
赵云
2026-04-09 01:07:50 +08:00
parent f68e699486
commit 8e7413ee3f

View File

@@ -461,6 +461,7 @@ function getPatientDetial() {
listPatient(queryParams.value).then((res) => {
if (res.data && res.data.records && res.data.records.length > 0) {
form.value = res.data.records[0];
console.log('Debug: admissionDate =', form.value.admissionDate);
}
form.value.addressInfo =
form.value.addressProvince +