updated
This commit is contained in:
parent
8f5b673595
commit
7dfb3a2f47
1 changed files with 3 additions and 2 deletions
|
|
@ -130,8 +130,9 @@ async function onCilckNextStep() {
|
|||
: store.step < 9 &&
|
||||
dialogConfirm(
|
||||
$q,
|
||||
() => {
|
||||
functionCreateDoc?.();
|
||||
async () => {
|
||||
showLoader();
|
||||
await functionCreateDoc?.();
|
||||
},
|
||||
"ยืนยันการดำเนินการ",
|
||||
"ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue