seimin 3 周之前
父节点
当前提交
5185aefe28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/views/patient-inspect-log/patient-inspect-log.component.ts

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