0
0
Fork 0

fix: remove console.log

This commit is contained in:
Pablo Natek 2024-08-05 15:44:37 +02:00
parent f2be2b4300
commit de94b3629e
2 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@ const columns = [
icon: 'search',
isPrimary: true,
action: (row) => {
console.log('workerFk: ', row.workerFk);
quasar.dialog({
component: EntryStockBoughtDetail,
componentProps: {

View File

@ -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 = [
{