8197-fix_searchbar_teleport #1204

Merged
alexm merged 6 commits from 8197-fix_searchbar_teleport into test 2025-01-15 11:05:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 01a6d714eb - Show all commits

View File

@ -213,9 +213,9 @@ async function handleConfirm() {
type: 'positive',
});
router.push({
name: 'TicketList',
name: 'TicketSale',
query: {
table: JSON.stringify({ clientFk: descriptorData.store.data.clientFk }),
table: JSON.stringify({ id: route.params.id }),
},
});
}