update Table tree
This commit is contained in:
parent
793b73035a
commit
34fc2db44e
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@
|
||||||
},
|
},
|
||||||
makeChildrenObjData (data) {
|
makeChildrenObjData (data) {
|
||||||
if (data.children && data.children.length) {
|
if (data.children && data.children.length) {
|
||||||
data.children.map(row => {
|
return data.children.map(row => {
|
||||||
const newRow = this.makeObjBaseData(row);
|
const newRow = this.makeObjBaseData(row);
|
||||||
if (newRow.children && newRow.children.length) {
|
if (newRow.children && newRow.children.length) {
|
||||||
newRow.children = this.makeChildrenObjData(newRow);
|
newRow.children = this.makeChildrenObjData(newRow);
|
||||||
|
|
Loading…
Add table
Reference in a new issue