Commit 5f5ae140 authored by Liril's avatar Liril Committed by 杨奕

Table: Change debounce invoke atBegin.

parent 04fa32a8
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
created() { created() {
this.tableId = 'el-table_' + tableIdSeed + '_'; this.tableId = 'el-table_' + tableIdSeed + '_';
this.debouncedLayout = debounce(50, () => this.doLayout()); this.debouncedLayout = debounce(50, true, () => this.doLayout());
}, },
computed: { computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment