优化多级菜单之间切换无法缓存的问题

This commit is contained in:
RuoYi 2020-12-21 10:50:48 +08:00
parent fd7e88a518
commit 52264b6e2a
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ function filterChildren(childrenMap) {
}
children.push(c)
})
childrenMap.splice(index, 1)
return
}
}