示例#1
0
 // 获取模块管理模块comboxtree组件的json数据(不受权限控制)
 public string ModuleComboTreeJson()
 {
     return(ModuleOp.GetModuleComboTreeJson());
 }