0
0
Fork 0

hotFix(routeTicket): limit 0

This commit is contained in:
Alex Moreno 2024-08-06 13:01:07 +02:00
parent 297ac8592f
commit 1db7fd8412
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ const openSmsDialog = async () => {
data-key="RouteTicketList"
url="Routes/getTickets"
:filter="{ id: route.params.id }"
:limit="0"
:order="['priority ASC']"
auto-load
@on-fetch="(data) => (ticketList = data)"