diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue index 17450d1c..a94990a9 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -192,7 +192,6 @@ watch( ([newCount, _newF], [oldCount, _oldF]) => { calculateInstallments({ newCount: newCount || 0, oldCount: oldCount || 0 }); if (newCount !== oldCount) { - console.log('asdas'); paySplit.value[0].date && installmentsDate(paySplit.value[0].date); } },