fix:message success
This commit is contained in:
parent
d6179a947a
commit
b977a6fe40
1 changed files with 2 additions and 1 deletions
|
|
@ -363,8 +363,9 @@ const saveData = async () => {
|
|||
.then(async () => {
|
||||
if (!props.stepPayment) {
|
||||
secondDialog.value = true
|
||||
} else {
|
||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||
}
|
||||
success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ')
|
||||
await saveForm()
|
||||
await props.fetchStep()
|
||||
dialog.value = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue