seimin преди 1 седмица
родител
ревизия
7342be3fd6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/app/views/patient-inspect-log/patient-inspect-log.component.ts

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

@@ -90,6 +90,7 @@ export class PatientInspectLogComponent implements OnInit {
90
         deptId: this.searchDto.deptId || undefined,
90
         deptId: this.searchDto.deptId || undefined,
91
         patientId: 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
+        simpleQuery: 1,
93
       },
94
       },
94
     };
95
     };
95
     this.loading1 = true;
96
     this.loading1 = true;