Merge pull request #629 from pu-raihan/dev2
Fix Infinite API Calls in updatePageLength
This commit is contained in:
commit
07ed2ad548
@ -1053,6 +1053,7 @@ function updateCustomView() {
|
||||
}
|
||||
|
||||
function updatePageLength(value, loadMore = false) {
|
||||
if (list.value.loading) return
|
||||
if (!defaultParams.value) {
|
||||
defaultParams.value = getParams()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user