Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 49s
This commit is contained in:
commit
9c21034485
1 changed files with 6 additions and 5 deletions
|
|
@ -291,9 +291,9 @@ const saveForm = async () => {
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
messageError($q, e)
|
messageError($q, e)
|
||||||
})
|
})
|
||||||
.finally(async () => {
|
// .finally(async () => {
|
||||||
await props.fetchStep()
|
// // await props.fetchStep()
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
|
|
||||||
const clickSave = async () => {
|
const clickSave = async () => {
|
||||||
|
|
@ -363,9 +363,10 @@ const saveData = async () => {
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
if (!props.stepPayment) {
|
if (!props.stepPayment) {
|
||||||
secondDialog.value = true
|
secondDialog.value = true
|
||||||
} else {
|
|
||||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
|
||||||
}
|
}
|
||||||
|
// else {
|
||||||
|
// success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||||
|
// }
|
||||||
await saveForm()
|
await saveForm()
|
||||||
await props.fetchStep()
|
await props.fetchStep()
|
||||||
dialog.value = false
|
dialog.value = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue