diff --git a/packages/table/src/table.vue b/packages/table/src/table.vue index a4eea3982..07f494009 100644 --- a/packages/table/src/table.vue +++ b/packages/table/src/table.vue @@ -244,7 +244,7 @@ created() { this.tableId = 'el-table_' + tableIdSeed + '_'; - this.debouncedLayout = debounce(50, () => this.doLayout()); + this.debouncedLayout = debounce(50, true, () => this.doLayout()); }, computed: {