ruoyi/src/main/java/com/ruoyi/project/system/controller/SysDeptController.java
@@ -57,7 +57,6 @@ /** * 获取部门下拉树列表 */ @PreAuthorize("@ss.hasPermi('system:dept:query')") @GetMapping("/treeselect") public AjaxResult treeselect(SysDept dept) { @@ -68,7 +67,6 @@ /** * 加载对应角色部门列表树 */ @PreAuthorize("@ss.hasPermi('system:dept:query')") @GetMapping(value = "/roleDeptTreeselect/{roleId}") public AjaxResult roleDeptTreeselect(@PathVariable("roleId") Long roleId) {