瀏覽代碼

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

isunkui 9 年之前
父節點
當前提交
cefe15dc19
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/table/src/table.vue

+ 1 - 0
packages/table/src/table.vue

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