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