fix:close dialog
This commit is contained in:
parent
1686253698
commit
d6179a947a
1 changed files with 1 additions and 1 deletions
|
|
@ -362,12 +362,12 @@ const saveData = async () => {
|
|||
})
|
||||
.then(async () => {
|
||||
if (!props.stepPayment) {
|
||||
dialog.value = false
|
||||
secondDialog.value = true
|
||||
}
|
||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||
await saveForm()
|
||||
await props.fetchStep()
|
||||
dialog.value = false
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue