check issue #6

This commit is contained in:
yubaolee
2016-01-07 15:55:53 +08:00
parent f0b42e83d4
commit 5317e07ae5
6 changed files with 34 additions and 29 deletions

View File

@@ -117,7 +117,8 @@
$.post("ModuleElementManager/AssignForRole",
{
roleId:$('#roleId').val(),
roleId: $('#roleId').val(),
moduleId: selectedId,
menuIds: selected
},
function (data) {

View File

@@ -115,6 +115,7 @@
$.post("ModuleElementManager/AssignForUser",
{
userId: $('#userId').val(),
moduleId:selectedId,
menuIds: selected
},
function (data) {