fix: 修复前端Bug #405 #406 #408

- #405 住院医生站:医嘱保存后仍可编辑(未锁定)
- #406 门诊医生站:检验申请保存失败患者信息未加载
- #408 门诊医生站:检查明细标签页显示暂无数据
This commit is contained in:
2026-04-22 17:29:22 +08:00
parent e2808fd6b9
commit 72c0ceac29
3 changed files with 23 additions and 0 deletions

View File

@@ -890,6 +890,8 @@ function handleRowClick(row) {
syncCategoryChecked();
// Bug #384修复: 回充后更新检查方法显示
updateMethodDisplay();
// 修复【#408】加载申请单详情后自动切换到检查明细页签确保已加载的明细数据可见
activeDetailTab.value = 'applyDetail';
} catch (err) {
console.error('加载申请单详情失败', err);
ElMessage.error('加载申请单详情失败');