seimin 2 miesięcy temu
rodzic
commit
5185aefe28

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

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