mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
check issue #6
This commit is contained in:
@@ -117,7 +117,8 @@
|
||||
|
||||
$.post("ModuleElementManager/AssignForRole",
|
||||
{
|
||||
roleId:$('#roleId').val(),
|
||||
roleId: $('#roleId').val(),
|
||||
moduleId: selectedId,
|
||||
menuIds: selected
|
||||
},
|
||||
function (data) {
|
||||
|
@@ -115,6 +115,7 @@
|
||||
$.post("ModuleElementManager/AssignForUser",
|
||||
{
|
||||
userId: $('#userId').val(),
|
||||
moduleId:selectedId,
|
||||
menuIds: selected
|
||||
},
|
||||
function (data) {
|
||||
|
Reference in New Issue
Block a user