From a6efae9e1d29248e2a421620c75a67e229840f82 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 16 Oct 2024 14:28:58 +0700 Subject: [PATCH] chore: remove log --- src/pages/05_quotation/QuotationFormInfo.vue | 1 - 1 file changed, 1 deletion(-) 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); } },