- getListInfo: 增加 getPrescriptionList 的 .catch() 处理,API失败时锁定所有行(isEdit=false) 防止列表加载静默失败导致医嘱永久处于可编辑状态 - handleSaveBatch: 在 .catch() 中增加 isEdit=false 重置,保存失败时也锁定行 - 与之前的修复配合:保存成功时先设置 isEdit=false 再调用 getListInfo 刷新数据 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>