<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 //可根据页面高度设置
最后修改:2023 年 06 月 21 日
如果觉得我的文章对你有用,请随意赞赏