|
@@ -96,7 +96,7 @@
|
96
|
96
|
<nz-form-control [nzSpan]="18" nzErrorTip="请选择节假日班次!">
|
97
|
97
|
<nz-select [nzDropdownMatchSelectWidth]="false" nzAllowClear formControlName="holidayClassId"
|
98
|
98
|
nzPlaceHolder="请选择节假日班次" nzServerSearch>
|
99
|
|
- <ng-container *ngFor="let data of classList1">
|
|
99
|
+ <ng-container *ngFor="let data of classList2">
|
100
|
100
|
<nz-option *ngIf="!isLoading" [nzLabel]="data.name" [nzValue]="data.id"></nz-option>
|
101
|
101
|
</ng-container>
|
102
|
102
|
<nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
|
@@ -110,7 +110,7 @@
|
110
|
110
|
<nz-form-control [nzSpan]="18" nzErrorTip="请选择工作日班次!">
|
111
|
111
|
<nz-select [nzDropdownMatchSelectWidth]="false" nzAllowClear formControlName="workdayClassId"
|
112
|
112
|
nzPlaceHolder="请选择工作日班次" nzServerSearch>
|
113
|
|
- <ng-container *ngFor="let data of classList2">
|
|
113
|
+ <ng-container *ngFor="let data of classList1">
|
114
|
114
|
<nz-option *ngIf="!isLoading" [nzLabel]="data.name" [nzValue]="data.id"></nz-option>
|
115
|
115
|
</ng-container>
|
116
|
116
|
<nz-option *ngIf="isLoading" nzDisabled nzCustomContent>
|
|
@@ -126,4 +126,4 @@
|
126
|
126
|
<button class="btn cancel" nz-button nzType="default" (click)="hidePriorityModal()">取消</button>
|
127
|
127
|
</div>
|
128
|
128
|
</div>
|
129
|
|
-</div>
|
|
129
|
+</div>
|