mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
全面完成前端模块化!
This commit is contained in:
@@ -241,11 +241,14 @@ function assignRoleModule(obj) {
|
||||
if (selected == null) return;
|
||||
|
||||
$(obj).dialog({
|
||||
id: 'accessRoleModule',
|
||||
url: '/ModuleManager/LookupMultiForRole',
|
||||
id: 'accessUserOrg',
|
||||
url: '/ModuleManager/Assign',
|
||||
title: '为角色分配模块',
|
||||
width: 620,
|
||||
height: 500,
|
||||
data: {
|
||||
roleid: selected.Id
|
||||
firstId: selected.Id,
|
||||
key: "RoleModule"
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -257,10 +260,13 @@ function assignRoleOrg(obj) {
|
||||
|
||||
$(obj).dialog({
|
||||
id: 'accessRoleOrg',
|
||||
url: '/OrgManager/LookupMultiForRole',
|
||||
title: '为角色分配可见机构',
|
||||
url: '/OrgManager/Assign',
|
||||
title: '为角色分配可见部门',
|
||||
width: 620,
|
||||
height: 500,
|
||||
data: {
|
||||
roleid: selected.Id
|
||||
firstId: selected.Id,
|
||||
key: "RoleAccessedOrg"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user