test tree
This commit is contained in:
@@ -17826,6 +17826,7 @@ class Tree {
|
||||
checkStrictly,
|
||||
replaceFields: { children, id, title }
|
||||
} = this.config;
|
||||
console.log(origin, "origin");
|
||||
const nodeKey = Reflect.get(origin, id);
|
||||
const nodeTitle = Reflect.get(origin, title);
|
||||
const nodeChildren = Reflect.get(origin, children);
|
||||
|
||||
Reference in New Issue
Block a user