fix #305
This commit is contained in:
parent
fc027117c7
commit
9ff571ffa4
1 changed files with 3 additions and 0 deletions
|
@ -891,6 +891,9 @@
|
||||||
break;
|
break;
|
||||||
} else if (item.children && item.children.length) {
|
} else if (item.children && item.children.length) {
|
||||||
data = this.getChildrenDataByRowKey(rowKey, item);
|
data = this.getChildrenDataByRowKey(rowKey, item);
|
||||||
|
if (data) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue