mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Table: clear selection after change data, fixed #813.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user