seimin 3 년 전
부모
커밋
50b19224dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 2
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -791,7 +791,7 @@ export class HushijiandanComponent implements OnInit {
791 791
 
792 792
   // 切换左侧tab
793 793
   changeInfo() {
794
-    if (!this.deptTaskTypeRules.openInspection) return;
794
+    if (!this.deptTaskTypeRules.openInspection&&!this.deptTaskTypeRules.openPatientTransport) return;
795 795
     this.infoPageIdx = 1;
796 796
     this.getPatient();
797 797
   }
@@ -850,7 +850,7 @@ export class HushijiandanComponent implements OnInit {
850 850
 
851 851
   // tab输入搜索节流阀
852 852
   searchTabInp(e) {
853
-    if (!this.deptTaskTypeRules.openInspection) return;
853
+    if (!this.deptTaskTypeRules.openInspection&&!this.deptTaskTypeRules.openPatientTransport) return;
854 854
     this.searchTabInpSubject.next(e);
855 855
   }
856 856
   // 下一日(陪检)