|
@@ -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;
|