update tree table
This commit is contained in:
parent
439dd093c4
commit
ddd30f3ce3
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@
|
|||
break;
|
||||
} else if (thisData.children && thisData.children.length) {
|
||||
data = this.getChildrenDataByRowKey(rowKey, thisData);
|
||||
return data;
|
||||
if (data && data[this.rowKey] === rowKey) return data;
|
||||
}
|
||||
}
|
||||
return data;
|
||||
|
|
Loading…
Add table
Reference in a new issue