forget update func
This commit is contained in:
parent
5d164b03ec
commit
948accad7a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue