test tree
This commit is contained in:
parent
d7ab3cb486
commit
93447cf66d
@ -303,6 +303,7 @@ class Tree {
|
||||
setCheckedKeys(checked, checkStrictly, node) {
|
||||
node.isChecked = checked;
|
||||
console.log(node, checkStrictly, 186);
|
||||
debugger;
|
||||
if (!checkStrictly) {
|
||||
if (node.parentNode) {
|
||||
this.setParentChecked(checked, node.parentNode);
|
||||
|
@ -17900,6 +17900,7 @@ class Tree {
|
||||
setCheckedKeys(checked, checkStrictly, node) {
|
||||
node.isChecked = checked;
|
||||
console.log(node, checkStrictly, 186);
|
||||
debugger;
|
||||
if (!checkStrictly) {
|
||||
if (node.parentNode) {
|
||||
this.setParentChecked(checked, node.parentNode);
|
||||
|
@ -184,6 +184,7 @@ class Tree {
|
||||
) {
|
||||
node.isChecked = checked;
|
||||
console.log(node,checkStrictly,186)
|
||||
debugger
|
||||
if (!checkStrictly) {
|
||||
if (node.parentNode) {
|
||||
this.setParentChecked(checked, node.parentNode);
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user