รายละเอียด รายชื่อผู้สอบ
This commit is contained in:
parent
15738c7668
commit
093365df16
3 changed files with 9 additions and 9 deletions
|
|
@ -124,16 +124,16 @@ const editData = async () => {
|
|||
|
||||
const body = {
|
||||
couple: familyData.value.couple == "1",
|
||||
couplePrefixId: familyData.value.marryPrefixId,
|
||||
couplePrefix: familyData.value.marryPrefixId,
|
||||
coupleFirstName: familyData.value.marryFirstName,
|
||||
coupleLastName: familyData.value.marryLastName,
|
||||
coupleLastNameOld: "",
|
||||
coupleCareer: familyData.value.marryOccupation,
|
||||
fatherPrefixId: familyData.value.fatherPrefixId,
|
||||
fatherPrefix: familyData.value.fatherPrefixId,
|
||||
fatherFirstName: familyData.value.fatherFirstName,
|
||||
fatherLastName: familyData.value.fatherLastName,
|
||||
fatherCareer: familyData.value.fatherOccupation,
|
||||
motherPrefixId: familyData.value.motherPrefixId,
|
||||
motherPrefix: familyData.value.motherPrefixId,
|
||||
motherFirstName: familyData.value.motherFirstName,
|
||||
motherLastName: familyData.value.motherLastName,
|
||||
motherCareer: familyData.value.motherOccupation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue