mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix missing piece
This commit is contained in:
parent
55c8522cfe
commit
a24a069207
@ -339,12 +339,16 @@ const { onResult, onError, result, refetch } = useQuery(
|
||||
|
||||
watch([statusFilter, query, noHashtag, hideResubmission, currentPage], () => {
|
||||
refetch({
|
||||
currentPage: currentPage.value,
|
||||
pageSize: pageSize.value,
|
||||
statusFilter: statusFilter.value,
|
||||
query: query.value,
|
||||
noHashtag: noHashtag.value,
|
||||
hideResubmission: hideResubmission.value,
|
||||
filter: {
|
||||
statusFilter: statusFilter.value,
|
||||
query: query.value,
|
||||
noHashtag: noHashtag.value,
|
||||
hideResubmission: hideResubmission.value,
|
||||
},
|
||||
paginated: {
|
||||
currentPage: currentPage.value,
|
||||
pageSize: pageSize.value,
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user