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