fix:close dialog

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-20 16:13:40 +07:00
parent 1686253698
commit d6179a947a

View file

@ -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)