feat(assist): fixed sort order
This commit is contained in:
parent
62705670e3
commit
239ffb0e58
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ const sortPaginate = function (list, filters) {
|
|||
return tB - tA
|
||||
});
|
||||
}
|
||||
if (filters.sort.order) {
|
||||
if (!filters.sort.order) {
|
||||
list.reverse();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue