@@ -214,6 +214,10 @@ export default {
{ ...dynamic_column }
]
this.$refs.tableRef && this.$refs.tableRef.clearSort()
+ this.$nextTick(()=>{
+ // 滚动条高度归零
+ this.$refs.tableRef && (this.$refs.tableRef.$el.querySelector('.el-table__body-wrapper').scrollTop=0)
+ })
}
},
created() {},