RoutineUpdate

This commit is contained in:
yubaolee
2015-11-25 23:29:00 +08:00
parent dd9c401a1e
commit d4482a2a72
4 changed files with 99 additions and 9 deletions

View File

@@ -174,14 +174,14 @@
}
//自定义的编辑按钮
//授权按钮
function accessMenu() {
var selected = getSelected(2);
if (selected == null) return;
$(this).dialog({
id: 'editDialog',
url: '/UserManager/Add?id=' + selected,
id: 'accessMenuDialog',
url: '/ModuleManager/LookupMulti?id=' + selected,
title: '编辑',
onClose: function () {
refreshGrid();