|
@@ -220,8 +220,10 @@
|
|
});
|
|
});
|
|
|
|
|
|
const initFormData: DiagnosisForm = {
|
|
const initFormData: DiagnosisForm = {
|
|
- id: undefined,
|
|
|
|
|
|
+ id: undefined,
|
|
labelList: [],
|
|
labelList: [],
|
|
|
|
+ type: props.patientInfo ?.type,
|
|
|
|
+ deptId: props.patientInfo ?.deptId,
|
|
treatmentUserId: props.patientInfo ?.id,
|
|
treatmentUserId: props.patientInfo ?.id,
|
|
consultantTemplateId: undefined,
|
|
consultantTemplateId: undefined,
|
|
diagnosisLableId: undefined,
|
|
diagnosisLableId: undefined,
|