update Table

This commit is contained in:
梁灏 2017-04-10 14:22:08 +08:00
parent 67c9b1c8b9
commit a6eee4e568

View file

@ -665,7 +665,10 @@
this.$nextTick(() => this.ready = true);
window.addEventListener('resize', this.handleResize, false);
this.$on('on-visible-change', (val) => {
if (val) this.handleResize();
if (val) {
this.handleResize();
this.fixedHeader();
}
});
},
beforeDestroy () {