滑动加载防抖
This commit is contained in:
parent
c747eee2b3
commit
2f8eb94bf9
@ -88,7 +88,8 @@ export default {
|
||||
dataOption: {},
|
||||
eqName: null,
|
||||
timeSlot: [],
|
||||
timeStr: null
|
||||
timeStr: null,
|
||||
isFirstScroll: true
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
@ -60,7 +60,8 @@ export default {
|
||||
},
|
||||
isLoading: false,
|
||||
isOver: true,
|
||||
dataList: []
|
||||
dataList: [],
|
||||
isFirstScroll: true
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
Loading…
Reference in New Issue
Block a user