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',
|
icon: 'search',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
action: (row) => {
|
action: (row) => {
|
||||||
console.log('workerFk: ', row.workerFk);
|
|
||||||
quasar.dialog({
|
quasar.dialog({
|
||||||
component: EntryStockBoughtDetail,
|
component: EntryStockBoughtDetail,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
|
|
@ -18,7 +18,6 @@ const $props = defineProps({
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log('$props: ', $props.workerFk, $props.dated);
|
|
||||||
const customUrl = `StockBoughts/getStockBoughtDetail?workerFk=${$props.workerFk}`;
|
const customUrl = `StockBoughts/getStockBoughtDetail?workerFk=${$props.workerFk}`;
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue