tostring
This commit is contained in:
parent
e11b75baaf
commit
f31b85ac2b
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ async function saveStep1() {
|
|||
country: e.country,
|
||||
degree: e.degree,
|
||||
duration: e.duration,
|
||||
durationYear: e.durationYear,
|
||||
durationYear: e.durationYear ? e.durationYear.toString():'',
|
||||
educationLevel: e.educationLevel,
|
||||
endDate: e.endDate,
|
||||
field: e.field,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue