修改支持iframe,这样后台多navtab时,就不用为每个dom定义ID了!!!!

This commit is contained in:
yubaolee
2016-02-02 16:32:26 +08:00
parent 2968b52c2a
commit f63159dc07
22 changed files with 203 additions and 137 deletions

View File

@@ -125,7 +125,7 @@
onCheck: zTreeCheck
}
};
$.getJSON('ModuleManager/LoadModuleWithRoot', function (json) {
$.getJSON('/ModuleManager/LoadModuleWithRoot', function (json) {
var zTreeObj = $.fn.zTree.init($('#j_select_tree1'), setting, json);
zTreeObj.expandAll(true);
});