




自动跳转复用代码:
let dataIndex = param.dataIndex this.$nextTick(() => { this.$refs.multipleTable0.bodyWrapper.scrollTop = (this.$refs.multipleTable0.bodyWrapper.scrollHeight * (this.tableList.length - dataIndex)) / this.tableList.length - 30 })





自动跳转复用代码:
let dataIndex = param.dataIndex this.$nextTick(() => { this.$refs.multipleTable0.bodyWrapper.scrollTop = (this.$refs.multipleTable0.bodyWrapper.scrollHeight * (this.tableList.length - dataIndex)) / this.tableList.length - 30 })