seimin 7 달 전
부모
커밋
1f1a35fb43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/components/incidentManagement/incident-handle/incident-handle.component.html

+ 1 - 1
src/app/components/incidentManagement/incident-handle/incident-handle.component.html

@@ -13,7 +13,7 @@
13
           <app-incident-handle-info [incidentData]="incidentData" (changeCategoryHs)="changeCategoryHs($event)" *ngIf="itsmSimpleHandle.value == 0"></app-incident-handle-info>
13
           <app-incident-handle-info [incidentData]="incidentData" (changeCategoryHs)="changeCategoryHs($event)" *ngIf="itsmSimpleHandle.value == 0"></app-incident-handle-info>
14
           <app-incident-handle-info-simple [incidentData]="incidentData" *ngIf="itsmSimpleHandle.value == 1"></app-incident-handle-info-simple>
14
           <app-incident-handle-info-simple [incidentData]="incidentData" *ngIf="itsmSimpleHandle.value == 1"></app-incident-handle-info-simple>
15
         </div>
15
         </div>
16
-        <ng-container *ngIf="activeTabValue === 2">
16
+        <ng-container [hidden]="activeTabValue !== 2">
17
           <app-incident-handle-order [id]="id"></app-incident-handle-order>
17
           <app-incident-handle-order [id]="id"></app-incident-handle-order>
18
         </ng-container>
18
         </ng-container>
19
       </overlay-scrollbars>
19
       </overlay-scrollbars>