关羽 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
2026-05-06 21:15:57 +08:00
2026-05-08 09:32:40 +08:00
2026-04-08 23:12:24 +08:00
Description
No description provided
85 MiB
Languages
Java 49.4%
Vue 45%
JavaScript 4.5%
HTML 0.7%
SCSS 0.1%