jsk 解决定损任务返回不定位的问题
This commit is contained in:
parent
d9ceb5be79
commit
146f637090
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue