Merge pull request #6189 from msidolphin/bug#6187

fix#6187
This commit is contained in:
debugIsFalse 2019-09-03 11:13:56 +08:00 committed by GitHub
commit 9199ceefed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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