fixed #2019
This commit is contained in:
parent
84a4a95dbf
commit
9f5a643a16
2 changed files with 6 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
if (item.disabled) return;
|
||||
const index = this.checkedKeys.indexOf(item.key);
|
||||
index > -1 ? this.checkedKeys.splice(index, 1) : this.checkedKeys.push(item.key);
|
||||
this.$parent.handleCheckedKeys();
|
||||
},
|
||||
updateFilteredData () {
|
||||
this.showItems = this.data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue