86c13b3ba1cc7e389bb437e900e54e42b899f7bf
根因:后端通过 @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>
Description
No description provided
Languages
Java
49.4%
Vue
45%
JavaScript
4.5%
HTML
0.7%
SCSS
0.1%