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 () => {
|
.then(async () => {
|
||||||
if (!props.stepPayment) {
|
if (!props.stepPayment) {
|
||||||
dialog.value = false
|
|
||||||
secondDialog.value = true
|
secondDialog.value = true
|
||||||
}
|
}
|
||||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||||
await saveForm()
|
await saveForm()
|
||||||
await props.fetchStep()
|
await props.fetchStep()
|
||||||
|
dialog.value = false
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
messageError($q, e)
|
messageError($q, e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue