|
@@ -17,6 +17,7 @@ class loadGclBaseTree {
|
|
constructor (ctx, setting) {
|
|
constructor (ctx, setting) {
|
|
this.ctx = ctx;
|
|
this.ctx = ctx;
|
|
this.parent = setting.parent;
|
|
this.parent = setting.parent;
|
|
|
|
+ this.parent.children = [];
|
|
this.defaultData = setting.defaultData;
|
|
this.defaultData = setting.defaultData;
|
|
// 常量
|
|
// 常量
|
|
this.splitChar = '-';
|
|
this.splitChar = '-';
|