8093-devToTest_2442_3 #831

Merged
alexm merged 335 commits from 8093-devToTest_2442_3 into test 2024-10-15 07:22:05 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6f9e46f7a0 - Show all commits

View File

@ -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);