public String input() { this.request.put("departments", departmentService.getAll()); this.request.put("roles", roleService.getAll()); return "input"; }
// 显示查询条件的页面 public String criteriaInput() { request.put("departments", departmentService.getAll()); return "criteria-input"; }