Ticket packages #528

Merged
jsegarra merged 10 commits from :feature/TicketPackages into dev 2024-07-08 08:56:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1de091da47 - Show all commits

View File

@ -25,7 +25,7 @@ const crudModelFilter = reactive({
const crudModelRequiredData = computed(() => ({
packagingFk: null,
quantity: null,
quantity: 0,
created: Date.vnNew(),
ticketFk: route.params.id,
}));