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

This commit is contained in:
RuoYi
2020-12-21 11:13:35 +08:00
parent bfd33f2412
commit 7ceb5c3c8f

View File

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