fix ทะเบียนประวัติ ==> ประวัติสวนตัว
This commit is contained in:
parent
e9bdd7882a
commit
754618ebe6
1 changed files with 2 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue