From 8a937dfa31a64e57f529079a5f931003e68844bd Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 3 Feb 2025 10:32:18 +0700 Subject: [PATCH] refactor: 05 => remove console log and TableProductAndService td --- src/components/05_quotation/ProductItem.vue | 1 - src/components/shared/table/TableProductAndService.vue | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index a250b658..b1996d03 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -234,7 +234,6 @@ watch( const incoming = current.filter( (lhs) => !before.find((rhs) => { - console.log(lhs, rhs); return JSON.stringify(lhs) === JSON.stringify(rhs); }), ); diff --git a/src/components/shared/table/TableProductAndService.vue b/src/components/shared/table/TableProductAndService.vue index 30892f1a..e209eade 100644 --- a/src/components/shared/table/TableProductAndService.vue +++ b/src/components/shared/table/TableProductAndService.vue @@ -227,7 +227,7 @@ function selectedIndex(item: any) {