摘要: 第一部分: table pagination 分页查询封装 src=>components=>common=> BaseTable.vue <template> <div> <el-table :class="customer ? 'common-customer-table' : ''" ref= 阅读全文
posted @ 2022-05-27 17:51 赵辉Coder 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 情况1:组件中直接使用的是el-table <el-table ref="table"></el-table> 那么需要在用到的地方直接使用 this.$nextTick(() => { this.$refs.table.bodyWrapper.scrollTop = 0 }) 情况2:将el-ta 阅读全文
posted @ 2022-05-27 17:35 赵辉Coder 阅读(545) 评论(0) 推荐(0) 编辑