#7553 modified TicketExpedition & changes in ticket section #571
|
@ -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