@ -95,6 +95,7 @@ export default {
this.scrollTimer = setInterval(() => {
// scrollTop = bodyWrapper.scrollTop
if (bodyWrapper.scrollTop + this.wrapperHeight >= this.tableData.length * 40) {
bodyWrapper.scrollTop = 0
this.getSecuritydoor()
} else {
bodyWrapper.scrollTop += this.displayNum * 40
@ -91,6 +91,7 @@ export default {
this.getAlarmInfo()