fix
This commit is contained in:
parent
47b15ce919
commit
1a3b3b6cdd
1 changed files with 3 additions and 4 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue