fix ทะเบียนประวัติ ==> ประวัติสวนตัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-08 16:51:23 +07:00
parent e9bdd7882a
commit 754618ebe6

View file

@ -283,6 +283,8 @@ async function getData() {
if (res.data.result.birthDate) {
//
age.value = calculateAge(res.data.result.birthDate);
} else {
age.value = null;
}
})
.catch((e) => {