From de94b3629e6470ba0f8ba9f6b3fad807c6ec01ab Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 5 Aug 2024 15:44:37 +0200 Subject: [PATCH] fix: remove console.log --- src/pages/Entry/EntryStockBought.vue | 1 - src/pages/Entry/EntryStockBoughtDetail.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/pages/Entry/EntryStockBought.vue b/src/pages/Entry/EntryStockBought.vue index 5277cc5e1..e0063bb62 100644 --- a/src/pages/Entry/EntryStockBought.vue +++ b/src/pages/Entry/EntryStockBought.vue @@ -79,7 +79,6 @@ const columns = [ icon: 'search', isPrimary: true, action: (row) => { - console.log('workerFk: ', row.workerFk); quasar.dialog({ component: EntryStockBoughtDetail, componentProps: { diff --git a/src/pages/Entry/EntryStockBoughtDetail.vue b/src/pages/Entry/EntryStockBoughtDetail.vue index 908f5dd20..f7e89c691 100644 --- a/src/pages/Entry/EntryStockBoughtDetail.vue +++ b/src/pages/Entry/EntryStockBoughtDetail.vue @@ -18,7 +18,6 @@ const $props = defineProps({ required: true, }, }); -console.log('$props: ', $props.workerFk, $props.dated); const customUrl = `StockBoughts/getStockBoughtDetail?workerFk=${$props.workerFk}`; const columns = [ {