fix: refs #7553 deleted log
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-09-13 13:01:07 +02:00
parent c291ea267c
commit 6f9e46f7a0
1 changed files with 0 additions and 1 deletions

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