mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
完成资源分配前端模块化处理
This commit is contained in:
@@ -272,12 +272,13 @@ function openRoleReourceAccess(obj) {
|
||||
|
||||
$(obj).dialog({
|
||||
id: 'accessUserRole',
|
||||
url: '/ResourceManager/LookupMultiForRole',
|
||||
url: '/ResourceManager/AssignRes',
|
||||
title: '为角色分配资源',
|
||||
width: 600,
|
||||
height: 380,
|
||||
data: {
|
||||
roleId: selected.Id
|
||||
firstId: selected.Id,
|
||||
key:"RoleResource"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user