ปรับทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-02-12 22:53:51 +07:00
parent 31296b343c
commit e26b83f0bb
5 changed files with 76 additions and 46 deletions

View file

@ -1157,13 +1157,13 @@ const clickSave = async () => {
myFormAdd.value.validate().then(async (result: boolean) => {
if (result) {
if (modalEdit.value) {
await dialogConfirm($q, () => {
// await dialogConfirm($q, () => {
editData();
});
// });
} else {
await dialogConfirm($q, () => {
// await dialogConfirm($q, () => {
saveData();
});
// });
}
}
});