seimin 1 周之前
父节点
当前提交
7342be3fd6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;