This commit is contained in:
梁灏 2020-02-04 10:23:04 +08:00
parent fc027117c7
commit 9ff571ffa4

View file

@ -891,6 +891,9 @@
break;
} else if (item.children && item.children.length) {
data = this.getChildrenDataByRowKey(rowKey, item);
if (data) {
break;
}
}
}
}