From 0cefe3a531d1d44c6317efd8abfa9bfabeb38ea4 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 21 Dec 2020 11:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E7=BA=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=B9=8B=E9=97=B4=E5=88=87=E6=8D=A2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 1f62c99..1110f74 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -62,7 +62,6 @@ function filterChildren(childrenMap) { } children.push(c) }) - childrenMap.splice(index, 1) return } }