智慧保安后台管理项目备份
zengh
2022-04-11 f762fec90b069e8c4cd9b90858f815e30be3fa7b
src/main/java/org/springblade/modules/jurisdiction/controller/JurisdictionController.java
@@ -130,7 +130,7 @@
   /**
    * 懒加载获取部门树形结构
    */
   @PostMapping("/lazy-trees")
   @GetMapping("/lazy-trees")
   @ApiOperation(value = "懒加载树形结构", notes = "树形结构")
   public R<List<JurisdictionVO>> lazyTrees() {
      List<JurisdictionVO> tree = jurisdictionService.lazyTrees();