debug: add admissionDate debug log for Bug#362
This commit is contained in:
@@ -461,6 +461,7 @@ function getPatientDetial() {
|
|||||||
listPatient(queryParams.value).then((res) => {
|
listPatient(queryParams.value).then((res) => {
|
||||||
if (res.data && res.data.records && res.data.records.length > 0) {
|
if (res.data && res.data.records && res.data.records.length > 0) {
|
||||||
form.value = res.data.records[0];
|
form.value = res.data.records[0];
|
||||||
|
console.log('Debug: admissionDate =', form.value.admissionDate);
|
||||||
}
|
}
|
||||||
form.value.addressInfo =
|
form.value.addressInfo =
|
||||||
form.value.addressProvince +
|
form.value.addressProvince +
|
||||||
|
|||||||
Reference in New Issue
Block a user