forked from verdnatura/salix-front
refs #6578 order claimState
This commit is contained in:
parent
c9023449c9
commit
db1c9f8c9b
|
@ -84,7 +84,7 @@ function viewDescriptor(id) {
|
||||||
<VnPaginate
|
<VnPaginate
|
||||||
data-key="ClaimList"
|
data-key="ClaimList"
|
||||||
url="Claims/filter"
|
url="Claims/filter"
|
||||||
order="id DESC"
|
order="claimStateFk"
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #body="{ rows }">
|
<template #body="{ rows }">
|
||||||
|
|
Loading…
Reference in New Issue