fix reasonResign
This commit is contained in:
parent
afe6ee03e4
commit
30b2525144
3 changed files with 5 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ const dataMapToSend = computed(() => {
|
|||
firstName: i.firstName,
|
||||
lastName: i.lastName,
|
||||
citizenId: i.citizenId,
|
||||
remarkVertical: i.reason,
|
||||
remarkVertical: i.reasonResign,
|
||||
remarkHorizontal: i.remarkHorizontal,
|
||||
}));
|
||||
});
|
||||
|
|
@ -158,6 +158,8 @@ const modalCommand = ref<boolean>(false);
|
|||
|
||||
/** popup ยืนยันส่งัว */
|
||||
function saveOrder() {
|
||||
console.log(selected.value);
|
||||
|
||||
dialogConfirm(
|
||||
$q,
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ const dataMapToSend = computed(() => {
|
|||
firstName: i.firstName,
|
||||
lastName: i.lastName,
|
||||
citizenId: i.citizenId,
|
||||
remarkVertical: i.reason,
|
||||
remarkVertical: i.reasonResign,
|
||||
remarkHorizontal: i.remarkHorizontal,
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ interface ResponseItems {
|
|||
fullname: string;
|
||||
datetext: string | null;
|
||||
citizenId: string;
|
||||
reasonResign: string;
|
||||
}
|
||||
|
||||
interface TypeFile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue