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) {