若依
2022-10-28 6ff685308227459f7b518afcc6379dbdb7fd64ae
ruoyi-ui/src/api/system/role.js
@@ -108,4 +108,12 @@
    method: 'put',
    params: data
  })
}
}
// 根据角色ID查询部门树结构
export function deptTreeSelect(roleId) {
  return request({
    url: '/system/role/deptTree/' + roleId,
    method: 'get'
  })
}