fixed #2019
This commit is contained in:
parent
84a4a95dbf
commit
9f5a643a16
2 changed files with 6 additions and 0 deletions
|
@ -238,6 +238,11 @@
|
|||
},
|
||||
handleRightCheckedKeysChange (keys) {
|
||||
this.rightCheckedKeys = keys;
|
||||
},
|
||||
handleCheckedKeys () {
|
||||
const sourceSelectedKeys = this.getValidKeys('left');
|
||||
const targetSelectedKeys = this.getValidKeys('right');
|
||||
this.$emit('on-selected-change', sourceSelectedKeys, targetSelectedKeys);
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue