RuoYi
2019-12-20 8bc7296fb4f8d87fc514a7ef04b8a419948de836
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)
    {