完成资源分配前端模块化处理

This commit is contained in:
yubaolee
2016-04-17 23:16:58 +08:00
parent 2f0a9a3719
commit 40ffa5f1e8
16 changed files with 285 additions and 398 deletions

View File

@@ -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"
}
});
}