เพิ่มฟิวสอบคัดเลือกเพิ่ม ผู้ติดต่อ
This commit is contained in:
parent
f45af7bb86
commit
1f5a96f604
1 changed files with 9 additions and 0 deletions
|
|
@ -322,6 +322,15 @@ const clickSave = async () => {
|
|||
defaultEducation.value.educationScores,
|
||||
educationLevelHighId:
|
||||
defaultEducation.value.educationLevelHighId,
|
||||
contactPrefixId:
|
||||
defaultContact.value.contactPrefixId,
|
||||
contactFirstname:
|
||||
defaultContact.value.contactFirstname,
|
||||
contactLastname:
|
||||
defaultContact.value.contactLastname,
|
||||
contactRelations:
|
||||
defaultContact.value.contactRelations,
|
||||
contactTel: defaultContact.value.contactTel,
|
||||
})
|
||||
.then(async () => {
|
||||
success($q, "บันทึกข้อมูลส่วนตัวสำเร็จ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue