test tree
This commit is contained in:
@@ -268,6 +268,7 @@ class Tree {
|
||||
});
|
||||
}
|
||||
setChildrenChecked(checked, nodes) {
|
||||
console.log("\u8D70\u8D4B\u503C\u5B50\u8282\u70B9\u4E86");
|
||||
var ableCount = 0;
|
||||
var checkCount = 0;
|
||||
const len = nodes.length;
|
||||
@@ -288,6 +289,7 @@ class Tree {
|
||||
}
|
||||
}
|
||||
setParentChecked(checked, parent) {
|
||||
console.log("\u8D70\u8D4B\u503C\u7236\u8282\u70B9\u4E86");
|
||||
if (!parent) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user