แก้ map ฟิล
This commit is contained in:
parent
e9ca58d249
commit
927cbaa826
2 changed files with 6 additions and 7 deletions
|
|
@ -50,9 +50,9 @@ const dataMapToSend = computed(() => {
|
|||
firstName: i.firstName,
|
||||
lastName: i.lastName,
|
||||
citizenId: i.idcard,
|
||||
position: i.positionOld,
|
||||
posType: i.positionTypeOld,
|
||||
posLevel: i.positionLevelOld,
|
||||
position: i.position,
|
||||
posType: i.posTypeName,
|
||||
posLevel: i.posLevelName,
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue