ต่อ API ประวัติการฝึกอบรม

This commit is contained in:
STW_TTTY\stwtt 2024-04-04 17:42:27 +07:00
parent 76a2468365
commit 3128755671
7 changed files with 136 additions and 69 deletions

View file

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