seimin 1 day ago
parent
commit
f84c545b28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/views/inspection-execute/inspection-execute.component.ts

+ 1 - 0
src/app/views/inspection-execute/inspection-execute.component.ts

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