Files
his/openhis-ui-vue3
关羽 86c13b3ba1 Fix Bug #461: [系统管理-执行科室配置] 保存项目配置后,项目名称回显为ID码,未显示正确名称
根因:后端通过 @Dict 注解返回 activityDefinitionId_dictText 字段(项目名称),
但前端 getList 仅用 allImplementDepartmentList 的前100条作为 filteredOptions,
当保存的项目不在前100条时 el-select 无法匹配到对应选项,导致显示原始ID而非名称。

修复:在 getList 映射数据时,利用后端返回的 _dictText 字段为每行 filteredOptions
补充缺失选项,确保 el-select 能正确显示项目名称。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 17:07:51 +08:00
..

The file is empty.