|
@@ -608,8 +608,7 @@ const onSubmit = () => {
|
|
|
title: from.title,
|
|
|
otherTitle: from.otherTitle,
|
|
|
chineseName: from.chineseName,
|
|
|
- idCard: from.idCard,
|
|
|
- passportNumber: from.passport,
|
|
|
+ idCard: from.passport,
|
|
|
religion: from.belief,
|
|
|
diplomaticRank: from.diplomaticRank,
|
|
|
majorAchievements: from.mainAchievements,
|
|
@@ -618,7 +617,7 @@ const onSubmit = () => {
|
|
|
fax: from.fax,
|
|
|
officeAddress: from.officeAddress,
|
|
|
dietaryRequirements: from.catering,
|
|
|
- allergen: from.allergies,
|
|
|
+ allergen: from.allergen,
|
|
|
emergencyContact: from.emergencyContact,
|
|
|
emergencyContactPhone: from.emergencyContactPhone,
|
|
|
interviewIntention: from.interview,
|