fix: submit payment method
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-09-19 09:55:05 +07:00
parent 61dca12e5a
commit 18e5517325

View file

@ -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);
} }