完成菜单分配JS模块化

This commit is contained in:
yubaolee
2016-04-18 23:36:40 +08:00
parent 2c521e3244
commit 0738c84535
11 changed files with 141 additions and 340 deletions

View File

@@ -317,11 +317,15 @@ function openAssignUserElement(obj) {
if (selected == null) return;
$(obj).dialog({
id: 'assignElement',
url: '/ModuleElementManager/AssignForUser?userId=' + selected.Id,
title: '为用户分配菜单',
width: 700,
height: 380
id: 'accessUserElement',
url: '/ModuleElementManager/AssignModuleElement',
title: '为用户分配资源',
width: 600,
height: 380,
data: {
firstId: selected.Id,
key: "UserElement"
}
});
}