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