This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-25 17:40:25 +07:00
parent 47b15ce919
commit 1a3b3b6cdd

View file

@ -363,10 +363,9 @@ const saveData = async () => {
.then(async () => {
if (!props.stepPayment) {
secondDialog.value = true
} else {
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
}
// else {
// success($q, '')
// }
await saveForm()
await props.fetchStep()
dialog.value = false
@ -434,7 +433,7 @@ const saveData = async () => {
contacttel: defaultContact.value.contacttel
})
.then(async () => {
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
!secondDialog.value && success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
await props.fetchStep()
})
.catch((e) => {