From 948accad7a061d60edb4e1a090e4e9bce6242fbf Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 11 Apr 2018 11:28:50 +0800 Subject: [PATCH] forget update func --- src/components/table/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/table.vue b/src/components/table/table.vue index f350f6e..f098652 100644 --- a/src/components/table/table.vue +++ b/src/components/table/table.vue @@ -975,7 +975,7 @@ // todo 这里有性能问题,可能是左右固定计算属性影响的 const colsWithId = this.makeColumnsId(this.columns); this.allColumns = getAllColumns(colsWithId); - this.cloneColumns = this.makeColumns(); + this.cloneColumns = this.makeColumns(colsWithId); this.setMinMaxColumnRows(); this.columnRows = this.makeColumnRows(false, colsWithId); -- libgit2 0.21.4