66d42f415a87d68a646309bca4882a921bd649d9
根因:recursionFun 使用嵌套循环搜索科室树,但 API 返回扁平列表导致匹配失败。 修复:改用递归 findTreeItem 搜索(与 medicalExaminations.vue 一致),添加 API 错误处理, 并在 ID 匹配失败时回退显示原始值而非空白。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Java
47.1%
Vue
45%
JavaScript
5%
Python
1.6%
HTML
0.5%
Other
0.7%