refactor: 07, 13 => remove console logs, improve infinite scroll handling, and enhance TableReceipt component
This commit is contained in:
parent
465f126376
commit
74f0764ae8
3 changed files with 103 additions and 78 deletions
|
|
@ -460,7 +460,6 @@ watch(
|
|||
@load="
|
||||
(_, done) => {
|
||||
if ($q.screen.gt.xs || page === pageMax) return;
|
||||
console.log('load');
|
||||
page = page + 1;
|
||||
fetchData().then(() => done(page >= pageMax));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue