Commit 948accad7a061d60edb4e1a090e4e9bce6242fbf
1 parent
5d164b03
forget update func
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/table/table.vue
@@ -975,7 +975,7 @@ | @@ -975,7 +975,7 @@ | ||
975 | // todo 这里有性能问题,可能是左右固定计算属性影响的 | 975 | // todo 这里有性能问题,可能是左右固定计算属性影响的 |
976 | const colsWithId = this.makeColumnsId(this.columns); | 976 | const colsWithId = this.makeColumnsId(this.columns); |
977 | this.allColumns = getAllColumns(colsWithId); | 977 | this.allColumns = getAllColumns(colsWithId); |
978 | - this.cloneColumns = this.makeColumns(); | 978 | + this.cloneColumns = this.makeColumns(colsWithId); |
979 | this.setMinMaxColumnRows(); | 979 | this.setMinMaxColumnRows(); |
980 | 980 | ||
981 | this.columnRows = this.makeColumnRows(false, colsWithId); | 981 | this.columnRows = this.makeColumnRows(false, colsWithId); |