Bläddra i källkod

Merge branch 'master' of http://git.dashitech.com/seimin/zy-pc

maotao 2 månader sedan
förälder
incheckning
40d2d82252
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 90
         deptId: this.searchDto.deptId || undefined,
91 91
         patientId: this.searchDto.patientId || undefined,
92 92
         state: this.searchDto.stateId ? { id: this.searchDto.stateId } : undefined,
93
+        simpleQuery: 1,
93 94
       },
94 95
     };
95 96
     this.loading1 = true;