el-table的纵向滚动条在切换页码后不自动回到顶部 给table标签添加ref=‘table’ 监听数据改变scrollTop值 this.$refs.table.bodyWrapper.scrollTop =0;