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,
|
country: e.country,
|
||||||
degree: e.degree,
|
degree: e.degree,
|
||||||
duration: e.duration,
|
duration: e.duration,
|
||||||
durationYear: e.durationYear ? e.durationYear.toString():'',
|
durationYear: e.durationYear ? e.durationYear.toString() : "",
|
||||||
educationLevel: e.educationLevel,
|
educationLevel: e.educationLevel,
|
||||||
endDate: e.endDate,
|
endDate: e.endDate,
|
||||||
field: e.field,
|
field: e.field,
|
||||||
|
|
@ -281,7 +281,6 @@ async function saveStep1() {
|
||||||
startDate: e.startDate,
|
startDate: e.startDate,
|
||||||
}));
|
}));
|
||||||
const evaluateType = route.params.type.toString();
|
const evaluateType = route.params.type.toString();
|
||||||
|
|
||||||
const form = {
|
const form = {
|
||||||
userId: formDetail.value.id,
|
userId: formDetail.value.id,
|
||||||
citizenId: formDetail.value.citizenId,
|
citizenId: formDetail.value.citizenId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue