This commit is contained in:
parent
dc5eaa777e
commit
60307c3b65
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const genSearch = (config: ISearchOption, element: Element, closeCB?: ()
|
|||
let includeChild = true;
|
||||
let enableIncludeChild = false;
|
||||
config.idPath.forEach(item => {
|
||||
if (!item.endsWith(".sy") && item.split("/").length > 1) {
|
||||
if (item.endsWith(".sy")) {
|
||||
includeChild = false;
|
||||
}
|
||||
if (item.split("/").length > 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue