fix(#783): 请修复 Bug #783:【住院医生工作站-诊断录入】新增诊断时,可以不保存一直新增诊断,不符合逻辑
根因: - Bug #请修复 Bug #783 存在的问题 修复: - 验证修改后的文件:
This commit is contained in:
@@ -472,6 +472,7 @@ function getDetail(encounterId) {
|
||||
if (res.code === 200) {
|
||||
allowAdd.value = res.data ? true : false;
|
||||
console.log('设置 allowAdd =', allowAdd.value, ', 病历数据:', res.data);
|
||||
} else {
|
||||
allowAdd.value = false;
|
||||
console.warn('获取病历详情失败:', res.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user