1aa6f089ef236e83e63e43245f3af66ebf48cb7a
根因:testApplication.vue 中 getLocationInfo() 调用了 getDepartmentList(), 但该函数未从 '@/api/public.js' 导入。第192行错误地导入了未使用的 getOrgList, 导致运行时 ReferenceError,orgOptions 始终为空,recursionFun() 返回空字符串, 最终 targetDepartment 显示为 "-"。 修复:将未使用的 getOrgList 导入替换为正确的 getDepartmentList 导入。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Java
49.5%
Vue
44.8%
JavaScript
4.6%
HTML
0.7%
SCSS
0.1%