mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-06 16:13:23 +08:00
完成用户模块/用户角色分配
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
function save() {
|
||||
$.post('UserManager/AccessModule', { userId: $('#userId').val(), moduleIds: moduleIds },
|
||||
$.post('ModuleManager/AccessModule', { userId: $('#userId').val(), moduleIds: moduleIds },
|
||||
function (json) {
|
||||
var rel = $.parseJSON(json);
|
||||
if (rel.statusCode == "200") {
|
||||
|
||||
Reference in New Issue
Block a user