fix: prevent infinite API calls in crm.api.doc.get_data

This commit is contained in:
Muhammed Raihan P A 2025-03-02 08:50:04 -08:00 committed by GitHub
parent 3029456be5
commit 814464aa4d
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()
}