ソースを参照

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

RuoYi 5 年 前
コミット
7ceb5c3c8f
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      ruoyi-ui/src/store/modules/permission.js

+ 0 - 1
ruoyi-ui/src/store/modules/permission.js

@@ -74,7 +74,6 @@ function filterChildren(childrenMap) {
74
           }
74
           }
75
           children.push(c)
75
           children.push(c)
76
         })
76
         })
77
-        childrenMap.splice(index, 1)
78
         return
77
         return
79
       }
78
       }
80
     }
79
     }