ขออัปเดตข้อมูลจากกรมการปกครอง
This commit is contained in:
parent
189347832c
commit
c49d222a3f
10 changed files with 2155 additions and 14 deletions
|
|
@ -205,7 +205,7 @@ async function amiRequest() {
|
|||
formInformations.prefixId = data.value.titleName;
|
||||
formInformations.fullName = data.value.fullnameAndRank;
|
||||
formInformations.firstname = data.value.firstName;
|
||||
formInformations.lastname = data.value.lastname;
|
||||
formInformations.lastname = data.value.lastName;
|
||||
formInformations.nationality = data.value.nationalityDesc;
|
||||
formInformations.race = props.InformationData.race;
|
||||
formInformations.dateOfBirth = data.value.dateOfBirth;
|
||||
|
|
@ -296,7 +296,7 @@ async function upDateInfomation() {
|
|||
}
|
||||
|
||||
/**
|
||||
* ฟังก์ชันบันทึกการแก้ไข
|
||||
* อัพเดตข้อมูลที่อยู่
|
||||
*/
|
||||
async function upDateAddress() {
|
||||
const body = {
|
||||
|
|
@ -340,6 +340,7 @@ async function upDateAddress() {
|
|||
.finally(() => {});
|
||||
}
|
||||
|
||||
/** อัพเดตข้อมูลครอบครัว */
|
||||
async function upDateFamily() {
|
||||
const body = {
|
||||
couple: familyData.value.couple == "1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue