refactor: 07, 13 => remove console logs, improve infinite scroll handling, and enhance TableReceipt component

This commit is contained in:
puriphatt 2025-02-03 17:05:04 +07:00
parent 465f126376
commit 74f0764ae8
3 changed files with 103 additions and 78 deletions

View file

@ -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));
}