0
0
Fork 0

fix: redirect when confirming lines

This commit is contained in:
Jon Elias 2025-01-17 07:35:23 +01:00
parent b00e654fdd
commit 972b377e13
1 changed files with 1 additions and 4 deletions

View File

@ -227,10 +227,7 @@ async function handleConfirm() {
type: 'positive', type: 'positive',
}); });
router.push({ router.push({
name: 'TicketSale', path: `/ticket/${ticket.data[0].ticketFk}/sale?table={"filter":{"limit":20,"skip":0}}`,
query: {
table: JSON.stringify({ id: ticket.data[0].ticketFk }),
},
}); });
} }
} }