This commit is contained in:
Warunee Tamkoo 2023-12-23 22:03:22 +07:00
parent 8f5b673595
commit 7dfb3a2f47

View file

@ -130,8 +130,9 @@ async function onCilckNextStep() {
: store.step < 9 && : store.step < 9 &&
dialogConfirm( dialogConfirm(
$q, $q,
() => { async () => {
functionCreateDoc?.(); showLoader();
await functionCreateDoc?.();
}, },
"ยืนยันการดำเนินการ", "ยืนยันการดำเนินการ",
"ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?" "ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?"