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