From 02b5ce18e1f49181a12e64b5b83764e225067f4b Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 24 Dec 2020 16:32:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6)?= =?UTF-8?q?=EF=BC=9A=E4=BC=98=E5=8C=96=E5=A4=9A=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=B9=8B=E9=97=B4=E5=88=87=E6=8D=A2=E6=97=A0=E6=B3=95=E7=BC=93?= =?UTF-8?q?=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 insertion(+) diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 1110f74..1f62c99 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -62,6 +62,7 @@ function filterChildren(childrenMap) { } children.push(c) }) + childrenMap.splice(index, 1) return } }