seimin před 1 týdnem
rodič
revize
7342be3fd6

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

@@ -90,6 +90,7 @@ export class PatientInspectLogComponent implements OnInit {
90 90
         deptId: this.searchDto.deptId || undefined,
91 91
         patientId: this.searchDto.patientId || undefined,
92 92
         state: this.searchDto.stateId ? { id: this.searchDto.stateId } : undefined,
93
+        simpleQuery: 1,
93 94
       },
94 95
     };
95 96
     this.loading1 = true;