bug362 413 498 504 507
This commit is contained in:
@@ -458,7 +458,9 @@ const loadPatientInfo = () => {
|
||||
'YYYY-MM-DD HH:mm:ss'
|
||||
);
|
||||
} else {
|
||||
interventionForm.value.startTime = dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss');
|
||||
// 已有患者(entranceType == 1)不自动填充当前时间,避免覆盖历史数据
|
||||
// 新入科患者由后端默认返回当前时间,或由用户手动选择
|
||||
interventionForm.value.startTime = '';
|
||||
}
|
||||
interventionForm.value.height = res.data.height;
|
||||
interventionForm.value.weight = res.data.weight;
|
||||
|
||||
Reference in New Issue
Block a user