This commit is contained in:
parent
c291ea267c
commit
6f9e46f7a0
|
@ -81,7 +81,6 @@ const destinationTicketColumns = computed(() => [
|
|||
]);
|
||||
|
||||
const handleRowClick = (row) => {
|
||||
console.log('row: ', row);
|
||||
const ticketId = row.id;
|
||||
if (transferFormRef.value) {
|
||||
transferFormRef.value.transferSales(ticketId);
|
||||
|
|
Loading…
Reference in New Issue