ต่อ api Address แก้ api information

This commit is contained in:
AnandaTon 2023-03-24 18:40:33 +07:00
parent 8d2b93b6a3
commit 51bf92e68f
3 changed files with 17 additions and 8 deletions

View file

@ -221,7 +221,7 @@ const defaultInformation: Information = {
prefixId: '',
firstname: '',
lastname: '',
birthDate: new Date(''),
birthDate: new Date(),
genderId: '',
bloodId: '',
nationality: '',
@ -231,10 +231,12 @@ const defaultInformation: Information = {
phone: '',
email: '',
province: '',
cardIdDate: new Date(''),
cardIdDate: new Date(),
relationship: '',
knowledge: '',
districtId: ''
districtId: '',
provinceId: '',
statusId: ''
}
const defaultFamily: Family = {