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

This commit is contained in:
RuoYi
2020-12-21 11:17:53 +08:00
parent 9813894c8f
commit 0cefe3a531

View File

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