fix: prevent infinite API calls in crm.api.doc.get_data
This commit is contained in:
parent
3029456be5
commit
814464aa4d
@ -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