forked from verdnatura/salix-front
fix: remove console.log
This commit is contained in:
parent
f2be2b4300
commit
de94b3629e
|
@ -79,7 +79,6 @@ const columns = [
|
|||
icon: 'search',
|
||||
isPrimary: true,
|
||||
action: (row) => {
|
||||
console.log('workerFk: ', row.workerFk);
|
||||
quasar.dialog({
|
||||
component: EntryStockBoughtDetail,
|
||||
componentProps: {
|
||||
|
|
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue