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