fix: ie table scroll not work #390

This commit is contained in:
tangjinzhou 2019-01-15 09:40:24 +08:00
parent c924f4ca82
commit 754c220eab

View File

@ -373,7 +373,11 @@ export default {
event.preventDefault();
const wd = event.deltaY;
const target = event.target;
const { bodyTable, fixedColumnsBodyLeft, fixedColumnsBodyRight } = this;
const {
ref_bodyTable: bodyTable,
ref_fixedColumnsBodyLeft: fixedColumnsBodyLeft,
ref_fixedColumnsBodyRight: fixedColumnsBodyRight,
} = this;
let scrollTop = 0;
if (this.lastScrollTop) {