test tree
This commit is contained in:
parent
e2cdf6eb6b
commit
5400ed7cdc
@ -229,6 +229,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);
|
||||
|
@ -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);
|
||||
|
@ -95,7 +95,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);
|
||||
|
124
umd/index.js
124
umd/index.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user