selfrelease e8470e7bb4 fix: 组织架构页面无数据 - 响应拦截器已剥离一层data,无需再取r.data.data
api.ts 响应拦截器 (response) => response.data 已剥离 axios response,
OrgChart 中 api.get().then(r => r.data.data) 多取了一层导致返回 undefined。
改为 .then(r => r.data) 即可正确获取部门/岗位数组。

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-15 14:52:24 +08:00
2026-08-11 22:02:19 +08:00
S
Description
AI HR Compliance Assistant
12 MiB
Languages
TypeScript 88.2%
HTML 11.3%
Shell 0.3%
Python 0.1%