perf: update table

pull/77/merge
tjz 2018-06-12 21:03:54 +08:00
parent 2d5b60d653
commit d9c6c76429
1 changed files with 9 additions and 7 deletions

View File

@ -179,6 +179,7 @@ export default {
},
updated (prevProps) {
this.$nextTick(() => {
if (this.columnManager.isAnyColumnsFixed()) {
this.handleWindowResize()
if (!this.resizeEvent) {
@ -187,6 +188,7 @@ export default {
)
}
}
})
},
beforeDestroy () {