|
@@ -782,7 +782,7 @@
|
782
|
782
|
<nz-form-item *ngIf="checkedShowMsg.status==200">
|
783
|
783
|
<nz-form-label [nzSm]="24" [nzXs]="24" nzFor="linkCheck">关联的检查</nz-form-label>
|
784
|
784
|
<nz-form-control class="datesGroup" *ngIf="linkCheckLis.length">
|
785
|
|
- <nz-checkbox-wrapper class="linkCheckCheck" ngDefaultControl formControlName="linkCheck" (nzOnChange)="linkCheckLisChange($event)" [(ngModel)]="linkCheckLis">
|
|
785
|
+ <nz-checkbox-wrapper class="linkCheckCheck" ngDefaultControl formControlName="linkCheck" (nzOnChange)="linkCheckLisChange($event)" [ngModel]="linkCheckLis">
|
786
|
786
|
<div nz-row *ngFor="let item of linkCheckLis">
|
787
|
787
|
<div nz-col nzSpan="24">
|
788
|
788
|
<label nz-checkbox [nzValue]="item">{{item.label}}</label>
|