F 修复角色管理功能权限某些情况下显示错误的问题

pull/103/head
vapao 2020-04-29 17:41:05 +08:00
parent 469417e443
commit 34daac5fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {