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

2.X
RuoYi 2020-12-21 11:13:35 +08:00 committed by 疯狂的狮子li
parent 3d1b29591c
commit a3a782554e
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
}
}