no message
This commit is contained in:
parent
00e284ec09
commit
2dad1f5a86
1 changed files with 1 additions and 2 deletions
|
|
@ -267,7 +267,7 @@ async function saveStep1() {
|
|||
country: e.country,
|
||||
degree: e.degree,
|
||||
duration: e.duration,
|
||||
durationYear: e.durationYear ? e.durationYear.toString():'',
|
||||
durationYear: e.durationYear ? e.durationYear.toString() : "",
|
||||
educationLevel: e.educationLevel,
|
||||
endDate: e.endDate,
|
||||
field: e.field,
|
||||
|
|
@ -281,7 +281,6 @@ async function saveStep1() {
|
|||
startDate: e.startDate,
|
||||
}));
|
||||
const evaluateType = route.params.type.toString();
|
||||
|
||||
const form = {
|
||||
userId: formDetail.value.id,
|
||||
citizenId: formDetail.value.citizenId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue