แก้ 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,
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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[]>([]); // เก็บคำสั่งทั้งหมด
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue