mirror of https://github.com/openspug/spug
F 修复角色管理功能权限某些情况下显示错误的问题
parent
469417e443
commit
34daac5fc0
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue