|
@@ -13,9 +13,9 @@
|
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 [hidden]="activeTabValue !== 2">
|
|
16
|
+ <div [hidden]="activeTabValue !== 2">
|
17
|
17
|
<app-incident-handle-order [id]="id"></app-incident-handle-order>
|
18
|
|
- </ng-container>
|
|
18
|
+ </div>
|
19
|
19
|
</overlay-scrollbars>
|
20
|
20
|
<overlay-scrollbars #osComponentRef3 class="knowage">
|
21
|
21
|
<div [hidden]="knowageLoading" class="knowageItem" *ngFor="let item of knowageList">
|