Recruitment_site/offer_backend/apps/organizations
TianyangZhang 819ad3e7f1 fix(portal): 修复组织架构图连接线及子公司详情页空白问题
- 架构图横线改用 border-top 方式,连线准确对齐
- 后端 OrganizationPublicViewSet 支持按 ID 查询任意组织(不限顶级)
- CompanyDetailView 添加 try-catch 防止 Promise.all 失败导致空白

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 13:48:39 +08:00
..
migrations feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
tests fix: fix organizations view queryset and add API tests 2026-03-24 17:37:54 +08:00
__init__.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
apps.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
models.py feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
serializers.py feat(backend): 组织序列化器添加在招岗位数统计 2026-03-25 13:12:43 +08:00
urls.py feat: add Organization model with tree structure 2026-03-24 17:34:56 +08:00
views.py fix(portal): 修复组织架构图连接线及子公司详情页空白问题 2026-03-26 13:48:39 +08:00