滑动加载防抖

This commit is contained in:
gtz217 2022-08-04 09:11:45 +08:00
parent c747eee2b3
commit 2f8eb94bf9
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,8 @@ export default {
dataOption: {},
eqName: null,
timeSlot: [],
timeStr: null
timeStr: null,
isFirstScroll: true
}
},
mounted () {

View File

@ -60,7 +60,8 @@ export default {
},
isLoading: false,
isOver: true,
dataList: []
dataList: [],
isFirstScroll: true
}
},
mounted () {