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