Table: clear selection after change data, fixed #813.

pull/816/head
furybean 2016-11-04 11:44:39 +08:00
parent 8eae476f7f
commit ae1c9252c9
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) {