fix: load more should load page_length + page_length_count
This commit is contained in:
parent
49b9517df4
commit
5558d0b42a
@ -314,7 +314,7 @@ function updatePageLength(value, loadMore = false) {
|
||||
}
|
||||
list.value.params = defaultParams.value
|
||||
if (loadMore) {
|
||||
list.value.params.page_length += value
|
||||
list.value.params.page_length += list.value.params.page_length_count
|
||||
} else {
|
||||
list.value.params.page_length = value
|
||||
list.value.params.page_length_count = value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user