|
@@ -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>
|