1
0
forked from test/crm

Merge pull request #629 from pu-raihan/dev2

Fix Infinite API Calls in updatePageLength
This commit is contained in:
Shariq Ansari 2025-03-07 16:42:22 +05:30 committed by GitHub
commit 07ed2ad548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1053,6 +1053,7 @@ function updateCustomView() {
}
function updatePageLength(value, loadMore = false) {
if (list.value.loading) return
if (!defaultParams.value) {
defaultParams.value = getParams()
}