jsk 解决定损任务返回不定位的问题

This commit is contained in:
jiask 2026-01-26 14:13:50 +08:00
parent d9ceb5be79
commit 146f637090
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ const onScroll = (e) => {
const onScrollTolower = debounce(() => {
console.log('触底事件')
if (total.value > tableList.value.length) {
queryParams.value.pageNum += 1
queryParams.value.pageSize += 10
getTableList()
}
}, 500)