seimin недель назад: 3
Родитель
Сommit
5185aefe28

+ 1 - 1
src/app/views/patient-inspect-log/patient-inspect-log.component.ts

@@ -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
     };