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