mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
更改PDM文件
删除为用户分配可见机构(本身有机构功能) 删除为角色分配机构(本身有机构多对多功能)
This commit is contained in:
@@ -275,24 +275,6 @@ function openUserModuleAccess(obj) {
|
||||
});
|
||||
}
|
||||
|
||||
//用户可见组织授权按钮
|
||||
function openUserOrgAccess(obj) {
|
||||
var selected = list.getSelectedObj();
|
||||
if (selected == null) return;
|
||||
|
||||
$(obj).dialog({
|
||||
id: 'accessUserOrg',
|
||||
url: '/OrgManager/Assign',
|
||||
title: '为用户分配可见部门',
|
||||
width: 620,
|
||||
height: 500,
|
||||
data: {
|
||||
firstId: selected.Id,
|
||||
key: "UserAccessedOrg"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//用户角色授权
|
||||
function openUserRoleAccess(obj) {
|
||||
var selected = list.getSelectedObj();
|
||||
|
Reference in New Issue
Block a user