|
@@ -88,7 +88,7 @@ export class PatientInspectLogComponent implements OnInit {
|
88
|
88
|
patientInspectLog: {
|
89
|
89
|
hosId: this.currentHospital.id,
|
90
|
90
|
deptId: this.searchDto.deptId || undefined,
|
91
|
|
- batchId: this.searchDto.patientId || undefined,
|
|
91
|
+ patientId: this.searchDto.patientId || undefined,
|
92
|
92
|
state: this.searchDto.stateId ? { id: this.searchDto.stateId } : undefined,
|
93
|
93
|
},
|
94
|
94
|
};
|