Skip to content

Commit 7933adf

Browse files
author
黄书伟
committed
修复bug
1 parent a41faea commit 7933adf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/doc/updateLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2017-12-18 未发布
22
1、table 组件 修复数据只有一条无法全选和取消全选的bug #65
3+
2、table 组件 组件修复单击行样式数据变化后样不消失的bug #64
34

45
2017-12-12
56
1、table 组件 行单击事件名称由`on-row-click`改为`row-click`

packages/v-table/src/table.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@
860860
handler: function (newVal) {
861861
862862
this.skipRenderCells = [];
863+
this.clickRowIndex = -1;
863864
864865
this.internalTableData = this.initInternalTableData(newVal);
865866

0 commit comments

Comments
 (0)