TableColum: fix first calc columns, #78 (#118)

This commit is contained in:
isunkui 2016-09-21 23:01:51 +08:00 committed by FuryBean
parent 4d6dc06ae5
commit cefe15dc19

View File

@ -383,6 +383,7 @@
}, },
tableData(newVal) { tableData(newVal) {
this.$nextTick(_ => this.doRender());
this.doOnDataChange(newVal); this.doOnDataChange(newVal);
this.updateScrollInfo(); this.updateScrollInfo();
} }