แก้ map ฟิล

This commit is contained in:
setthawutttty 2025-02-25 17:10:56 +07:00
parent e9ca58d249
commit 927cbaa826
2 changed files with 6 additions and 7 deletions

View file

@ -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,
}));
});

View file

@ -32,13 +32,12 @@ const dataMapToSend = computed(() => {
firstName: i.firstName,
lastName: i.lastName,
citizenId: i.citizenId,
position: i.positionOld,
posType: i.positionTypeOld,
posLevel: i.positionLevelOld,
position: i.position,
posType: i.positionType,
posLevel: i.positionLevel,
}));
});
const asd = ref<string>(""); //
const commandType = ref<string>(""); //
const commandOp = ref<ListCommand[]>([]);
const listCommand = ref<ListCommand[]>([]); //