update components
This commit is contained in:
parent
8c4a53bc17
commit
4da2e9c792
19 changed files with 11 additions and 23 deletions
|
@ -5,7 +5,6 @@
|
|||
:totalCount="totalCount"
|
||||
:indicateLoading="false"
|
||||
@load-data="(offset, count, search) => fetchDamageReportForVehicle(offset, count, search)"
|
||||
@search="(search) => fetchDamageReportForVehicle(0, 25, search, true)"
|
||||
>
|
||||
<template #pageRow="{ row }: { row: DamageReportViewModel }">
|
||||
<RouterLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue