Commit 9e2fb770 authored by 杨奕's avatar 杨奕 Committed by GitHub

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

Table: clear selection after change data, fixed #813.
parents 8eae476f ae1c9252
...@@ -92,7 +92,7 @@ TableStore.prototype.mutations = { ...@@ -92,7 +92,7 @@ TableStore.prototype.mutations = {
const selection = states.selection; const selection = states.selection;
if (!states.reserveSelection) { if (!states.reserveSelection) {
states.isAllSelected = false; this.clearSelection();
} else { } else {
const rowKey = states.rowKey; const rowKey = states.rowKey;
if (rowKey) { if (rowKey) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment