Browse Source

BUG修复

seimin 3 years ago
parent
commit
d00e44b991
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/hushijiandan/hushijiandan.component.html

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.html

@@ -782,7 +782,7 @@
782
           <nz-form-item *ngIf="checkedShowMsg.status==200">
782
           <nz-form-item *ngIf="checkedShowMsg.status==200">
783
             <nz-form-label [nzSm]="24" [nzXs]="24" nzFor="linkCheck">关联的检查</nz-form-label>
783
             <nz-form-label [nzSm]="24" [nzXs]="24" nzFor="linkCheck">关联的检查</nz-form-label>
784
             <nz-form-control class="datesGroup" *ngIf="linkCheckLis.length">
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
                 <div nz-row *ngFor="let item of linkCheckLis">
786
                 <div nz-row *ngFor="let item of linkCheckLis">
787
                   <div nz-col nzSpan="24">
787
                   <div nz-col nzSpan="24">
788
                     <label nz-checkbox [nzValue]="item">{{item.label}}</label>
788
                     <label nz-checkbox [nzValue]="item">{{item.label}}</label>