fixed model list view error for unpaginated lists
This commit is contained in:
parent
d510b521af
commit
823c5d3975
File diff suppressed because one or more lines are too long
@ -144,7 +144,7 @@ export default {
|
||||
this.paginated = this.this_model?.paginated ?? false
|
||||
this.$nextTick(() => {
|
||||
if (!this.paginated) {
|
||||
this.getItems()
|
||||
this.getItems({page:1},'left')
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user