@@ -930,6 +930,9 @@
this.isShowApcheckList.endTime = _d.getFullYear() + '-' + (_d.getMonth() + 1) + '-' + _d.getDate()
}
this.ShowApcheckChooseTime = false
+ this.$nextTick(() => {
+ this._initscroll()
+ })
}, err => {
this.setRemindText(err.response.data || err)
})