This commit is contained in:
msidolphin 2019-08-15 16:31:17 +08:00
parent 630bc69d97
commit 4ee52a5024

View file

@ -235,9 +235,11 @@
},
handleLeftCheckedKeysChange (keys) {
this.leftCheckedKeys = keys;
this.handleCheckedKeys();
},
handleRightCheckedKeysChange (keys) {
this.rightCheckedKeys = keys;
this.handleCheckedKeys();
},
handleCheckedKeys () {
const sourceSelectedKeys = this.getValidKeys('left');