mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Fix infinite scroll for new tables [SCI-10098]
This commit is contained in:
parent
7a154c8fda
commit
95492dd884
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ export default {
|
|||
this.totalPage = response.data.meta.total_pages;
|
||||
this.$emit('tableReloaded');
|
||||
this.dataLoading = false;
|
||||
|
||||
this.handleScroll();
|
||||
});
|
||||
},
|
||||
onGridReady(params) {
|
||||
|
|
Loading…
Reference in a new issue