Merge pull request #816 from furybean/table-selection-bug

Table: clear selection after change data, fixed #813.
pull/824/head
杨奕 2016-11-04 12:26:41 +08:00 committed by GitHub
commit 9e2fb770ca
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ TableStore.prototype.mutations = {
const selection = states.selection;
if (!states.reserveSelection) {
states.isAllSelected = false;
this.clearSelection();
} else {
const rowKey = states.rowKey;
if (rowKey) {