Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
This commit is contained in:
commit
c060534032
1 changed files with 2 additions and 1 deletions
|
|
@ -363,8 +363,9 @@ const saveData = async () => {
|
|||
.then(async () => {
|
||||
if (!props.stepPayment) {
|
||||
secondDialog.value = true
|
||||
} else {
|
||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||
}
|
||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||
await saveForm()
|
||||
await props.fetchStep()
|
||||
dialog.value = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue