|
@@ -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) {
|