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 &&
|
: store.step < 9 &&
|
||||||
dialogConfirm(
|
dialogConfirm(
|
||||||
$q,
|
$q,
|
||||||
() => {
|
async () => {
|
||||||
functionCreateDoc?.();
|
showLoader();
|
||||||
|
await functionCreateDoc?.();
|
||||||
},
|
},
|
||||||
"ยืนยันการดำเนินการ",
|
"ยืนยันการดำเนินการ",
|
||||||
"ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?"
|
"ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue