mirror of https://github.com/ElemeFE/element
Tree: not check node when check-strictly is true (#12106)
parent
c2d41ad882
commit
51877f6d65
|
@ -314,7 +314,7 @@ export default class Node {
|
|||
if (data instanceof Array) {
|
||||
if (this.checked) {
|
||||
this.setChecked(true, true);
|
||||
} else {
|
||||
} else if (!this.store.checkStrictly) {
|
||||
reInitChecked(this);
|
||||
}
|
||||
done();
|
||||
|
|
Loading…
Reference in New Issue