mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Tree: not check node when check-strictly is true (#12106)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user