Logs: แก้บัค fetch ผิดพลาด ตอนเรียงแบบ asc
This commit is contained in:
parent
30b541a149
commit
ac19670d41
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ function handleScroll() {
|
|||
search: inputSearch.value ?? undefined,
|
||||
systemName: systemName.value ?? undefined,
|
||||
searchAfter: searchAfter.value ?? undefined,
|
||||
sort: sortTime.value,
|
||||
// date: new Date(startDate.value),
|
||||
startDate: new Date(startDate.value),
|
||||
endDate: new Date(endDate.value),
|
||||
|
|
@ -361,6 +362,7 @@ onMounted(() => {
|
|||
size: size ?? undefined,
|
||||
search: inputSearch ?? undefined,
|
||||
systemName: systemName ?? undefined,
|
||||
sort: sortTime,
|
||||
// date: new Date(startDate),
|
||||
startDate: new Date(startDate),
|
||||
endDate: new Date(endDate),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue