From 34daac5fc05db07441c7c79a425afe0a9323b044 Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 29 Apr 2020 17:41:05 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E6=9D=83=E9=99=90=E6=9F=90?= =?UTF-8?q?=E4=BA=9B=E6=83=85=E5=86=B5=E4=B8=8B=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/role/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/system/role/store.js b/spug_web/src/pages/system/role/store.js index aaca42d..0392000 100644 --- a/spug_web/src/pages/system/role/store.js +++ b/spug_web/src/pages/system/role/store.js @@ -51,7 +51,7 @@ class Store { showPagePerm = (info) => { this.record = info; this.pagePermVisible = true; - this.permissions = lds.merge(this.initPerms, info.page_perms) + this.permissions = lds.merge({}, this.initPerms, info.page_perms) }; showDeployPerm = (info) => {