From 18e55173250a51cd9ed670b3cfd182522f2429a8 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 19 Sep 2025 09:55:05 +0700 Subject: [PATCH] fix: submit payment method --- src/pages/05_quotation/PaymentForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/05_quotation/PaymentForm.vue b/src/pages/05_quotation/PaymentForm.vue index 2d5f1579..977c4eec 100644 --- a/src/pages/05_quotation/PaymentForm.vue +++ b/src/pages/05_quotation/PaymentForm.vue @@ -215,6 +215,7 @@ async function triggerSubmit(id: string) { formPaymentMethod.value[index].isEdit = false; setTimeout(async () => { await fetchData(); + await getSlipList(paymentData.value[index], index); }, 300); }