455a93fb888be83e1bef30791634fa2e3e150c6c
根因:recursionFun 使用嵌套循环搜索科室树,但 API 返回扁平列表导致匹配失败。 修复:改用递归 findTreeItem 搜索(与 medicalExaminations.vue 一致),添加 API 错误处理, 并在 ID 匹配失败时回退显示原始值而非空白。 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%