Compare commits

..

No commits in common. "a9e48ef6b9c847094462ee125ef63c918f4bd492" and "ff78dc99fd222145d9f8b9ea946ca9657c5eb4b7" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -271,7 +271,6 @@ public class PatientScriptServiceImpl implements PatientScriptService {
}
}catch (Exception e){
log.error(e.getMessage());
patientScript.setStatus("生成异常");
scriptMapper.updateStatus(patientScript);
}

View File

@ -342,7 +342,7 @@ export default {
if (flag) return;
const formData = this.form.map(item => ({
...item,
scanTime:item.scanTime? dayjs(item.scanTime).format('YYYY-MM-DD HH:mm:ss'):null,
scanTime: dayjs(item.scanTime).format('YYYY-MM-DD HH:mm:ss'),
type: 'noDti'
}));
addRecord(formData).then(response => {