Recruitment_site/offer_backend
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
..
apps fix(portal): 修复组织架构图连接线及子公司详情页空白问题 2026-03-26 13:48:39 +08:00
config feat: 实现邮箱验证码登入功能 2026-03-25 15:30:23 +08:00
.gitignore feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
conftest.py chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00
manage.py fix: set default DJANGO_SETTINGS_MODULE to development 2026-03-24 17:03:11 +08:00
pytest.ini chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00
requirements.txt chore: add pytest configuration for Django tests 2026-03-24 17:06:18 +08:00