示例#1
0
 public String initRoleEdit() {
   systemRole = systemService.getRoleRecord(systemRole);
   return "roleEdit";
 }
示例#2
0
 // 异步加载[该菜单所属]角色信息
 public String getRole() {
   jsonObject = systemService.getRoleRecord(menu);
   return JSON;
 }
示例#3
0
 public String initRoleDetail() {
   systemRole = systemService.getRoleRecord(systemRole);
   return "roleDetail";
 }