# Conflicts:
#	src/components/AiTable.vue
This commit is contained in:
yanran200730
2023-09-11 18:19:32 +08:00

View File

@@ -160,7 +160,6 @@ export default {
mounted() { //添加监听滚动条事件
window.addEventListener('scroll', this.handleScroll, true)
},
destroyed() { //移除(跳转页面后移除)
window.removeEventListener('scroll', this.handleScroll, true)
},