vue-admin-wonderful,一套为开发者快速开发准备的基于 vue2.x 越看越精彩的后台管理系统一站式平台模板。基于element ui 2.14.0
1.设置table的ref为tableList
2.设置滚动至顶部
this.$refs.tableList.bodyWrapper.scrollTop =0;
3.设置滚动至底部 this. r e f s . t a b l e L i s t . b o d y W r a p p e r . s c r o l l T o p = t h i s . refs.tableList.bodyWrapper.scrollTop =this. refs.tableList.bodyWrapper.scrollTop=this.refs.tableList.bodyWrapper.scrollHeight;