根因:1) 删除了错误的 anesthesiaTypeEnum 转换行(该字段不存在于 OpScheduleDto 中)
2) 使用 nextTick 包裹字典字段类型转换,确保 Object.assign 响应式更新完成后
el-select 已渲染选项再设置值,避免类型不匹配导致无法回显
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:1) 删除了错误的 anesthesiaTypeEnum 转换行(该字段不存在于 OpScheduleDto 中)
2) 使用 nextTick 包裹字典字段类型转换,确保 Object.assign 响应式更新完成后
el-select 已渲染选项再设置值,避免类型不匹配导致无法回显
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>