forked from verdnatura/salix-front
fix: VnPaginate order
This commit is contained in:
parent
c71877cdb1
commit
f3ec9ea58d
|
@ -54,6 +54,7 @@ const killSession = async (id) => {
|
||||||
ref="paginateRef"
|
ref="paginateRef"
|
||||||
:filter="filter"
|
:filter="filter"
|
||||||
:url="urlPath"
|
:url="urlPath"
|
||||||
|
order="created DESC"
|
||||||
auto-load
|
auto-load
|
||||||
>
|
>
|
||||||
<template #body="{ rows }">
|
<template #body="{ rows }">
|
||||||
|
|
Loading…
Reference in New Issue