diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 56f5a6b9..294d90e3 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -96,7 +96,8 @@ export default { handleCurrentChange(val) { this.$emit('pagination', { page: val, limit: this.pageSize }) if (this.autoScroll) { - scrollTo(0, 800) + //分页向上滚动效果 + // scrollTo(0, 800) } } }