fix: submit payment method
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
61dca12e5a
commit
18e5517325
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ async function triggerSubmit(id: string) {
|
||||||
formPaymentMethod.value[index].isEdit = false;
|
formPaymentMethod.value[index].isEdit = false;
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
await fetchData();
|
await fetchData();
|
||||||
|
await getSlipList(paymentData.value[index], index);
|
||||||
}, 300);
|
}, 300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue