|
|
|
|
@ -99,7 +99,7 @@ public class DeptController extends BladeController { |
|
|
|
|
/** |
|
|
|
|
* 列表 |
|
|
|
|
*/ |
|
|
|
|
@PreAuth(menu = "dept") |
|
|
|
|
// @PreAuth(menu = "dept")
|
|
|
|
|
@GetMapping("/list") |
|
|
|
|
@Parameters({ |
|
|
|
|
@Parameter(name = "deptName", description = "部门名称", in = ParameterIn.QUERY, schema = @Schema(type = "string")), |
|
|
|
|
@ -134,7 +134,7 @@ public class DeptController extends BladeController { |
|
|
|
|
/** |
|
|
|
|
* 懒加载列表 |
|
|
|
|
*/ |
|
|
|
|
@PreAuth(menu = "dept") |
|
|
|
|
// @PreAuth(menu = "dept")
|
|
|
|
|
@GetMapping("/lazy-list") |
|
|
|
|
@Parameters({ |
|
|
|
|
@Parameter(name = "deptName", description = "部门名称", in = ParameterIn.QUERY, schema = @Schema(type = "string")), |
|
|
|
|
|