ต่อ API ประวัติการฝึกอบรม
This commit is contained in:
parent
76a2468365
commit
3128755671
7 changed files with 136 additions and 69 deletions
|
|
@ -116,7 +116,7 @@ function onSubmit() {
|
|||
if (selected.value?.length == 0) {
|
||||
dialogMessageNotify($q, `กรุณาเลือก 1 รายการ`);
|
||||
} else {
|
||||
dialogConfirm($q, () => {
|
||||
|
||||
const data = selected.value[0];
|
||||
const body = {
|
||||
id:data.id,
|
||||
|
|
@ -130,7 +130,7 @@ function onSubmit() {
|
|||
};
|
||||
props.upDate?.(body)
|
||||
closeDialog();
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue