fix:success

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

View file

@ -291,9 +291,9 @@ const saveForm = async () => {
.catch((e) => {
messageError($q, e)
})
.finally(async () => {
await props.fetchStep()
})
// .finally(async () => {
// // await props.fetchStep()
// })
}
const clickSave = async () => {
@ -363,9 +363,10 @@ 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