ปรับทะเบียนประวัติ
This commit is contained in:
parent
31296b343c
commit
e26b83f0bb
5 changed files with 76 additions and 46 deletions
|
|
@ -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();
|
||||
});
|
||||
// });
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue