This commit is contained in:
parent
a3c51f5f52
commit
db2a094471
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ async function change(e: Event) {
|
||||||
type: map['doc_type'],
|
type: map['doc_type'],
|
||||||
number: map['doc_number'],
|
number: map['doc_number'],
|
||||||
gender: map['sex'],
|
gender: map['sex'],
|
||||||
firstName: map['first_name'],
|
firstName: map['last_name'],
|
||||||
lastName: map['last_name'],
|
lastName: map['first_name'],
|
||||||
issueDate: map['issue_date'],
|
issueDate: map['issue_date'],
|
||||||
expireDate: map['expire_date'],
|
expireDate: map['expire_date'],
|
||||||
issuePlace: map['nationality'],
|
issuePlace: map['nationality'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue