mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
调整授权方式
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
};
|
};
|
||||||
$.post('ModuleManager/LoadForUser', { userId: $('#userId').val() },
|
$.post('ModuleManager/LoadForUser', { userId: $('#userId').val() },
|
||||||
function (json) {
|
function (json) {
|
||||||
var zTreeObj = $.fn.zTree.init($('#selected'), setting, json);
|
var zTreeObj = $.fn.zTree.init($('#selected'), setting, eval(json));
|
||||||
zTreeObj.expandAll(true);
|
zTreeObj.expandAll(true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user