<el-table
:data="dataList"
height="400"
ref="Table">
</el-table>
this.dataList.push({})
// 跳到底部操作
this.$nextTick(() => {
this.$refs.containerTable.bodyWrapper.scrollTop = this.$refs.containerTable.bodyWrapper.scrollHeight
});
//跳到顶部操作
this.$refs.containerTable.bodyWrapper.scrollTop =0 //可根据页面高度设置