|
@@ -184,6 +184,7 @@ export class InspectionExecuteComponent implements OnInit {
|
184
|
idx: this.pageIndex - 1,
|
184
|
idx: this.pageIndex - 1,
|
185
|
sum: this.pageSize,
|
185
|
sum: this.pageSize,
|
186
|
inspectionTask: {
|
186
|
inspectionTask: {
|
|
|
187
|
+ simpleQuery: true,
|
187
|
hosId: this.currentHospital.id,
|
188
|
hosId: this.currentHospital.id,
|
188
|
code: this.searchDto.code || undefined,
|
189
|
code: this.searchDto.code || undefined,
|
189
|
inspectionId: this.searchDto.inspectionId || undefined,
|
190
|
inspectionId: this.searchDto.inspectionId || undefined,
|