Skip to content

Commit 399d13a

Browse files
author
黄书伟
committed
update
1 parent 9a3cc59 commit 399d13a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/v-table/src/table.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -826,17 +826,15 @@
826826
827827
this.setScrollbarWidth();
828828
829-
this.tableResize();
830-
831829
this.tableEmpty();
832830
831+
this.tableResize();
832+
833833
if (Array.isArray(this.tableData) && this.tableData.length > 0) {
834834
835835
this.scrollControl();
836836
}
837837
838-
//this.singleSortInit();
839-
840838
this.controlScrollBar();
841839
},
842840
watch: {

0 commit comments

Comments
 (0)