diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index a66136b9..40b5693e 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -330,6 +330,8 @@ async function fetchStatus() { active: () => view.value === View.Invoice || view.value === View.InvoicePre, handler: () => { + selectedInstallmentNo.value = []; + selectedInstallment.value = []; view.value = quotationFormData.value.payCondition === 'Full' || quotationFormData.value.payCondition === 'BillFull'