fengxiang
2018-05-28 f1f78b9bae93fe9a07cc3ebdc743eb71ac78c29e
src/app/routes/reports/demo/demo.component.html
@@ -92,7 +92,7 @@
               </div>
               <div nz-form-control class="flex-1">
                  <nz-select [(ngModel)]="item.monitorPoint" name="monitorPoint{{item.id}}" [nzPlaceHolder]="'请选择 监测站点'" [nzSize]="'large'"  
                     [nzNotFoundContent]="'无法找到'" (ngModelChange)="monitorPointChange($event,i)" nzShowSearch nzAllowClear>
                     [nzNotFoundContent]="'无法找到'" (ngModelChange)="getDevices(i)" nzShowSearch nzAllowClear>
                     <nz-option *ngFor="let option of item.monitorPointOptions"  [nzLabel]="option['name']" [nzValue]="option"> </nz-option> 
                  </nz-select>
               </div>
@@ -104,7 +104,7 @@
                  <label >行业</label>
               </div>
               <div nz-form-control class="flex-1">
                  <nz-select [(ngModel)]="item.profession" name="profession{{item.id}}" [nzSize]="'large'" [nzPlaceHolder]="'请选择 行业'" nzAllowClear (ngModelChange)="professionChange($event,i)" >
                  <nz-select [(ngModel)]="item.profession" name="profession{{item.id}}" [nzSize]="'large'" [nzPlaceHolder]="'请选择 行业'" nzAllowClear (ngModelChange)="getDevices(i)" >
                     <nz-option *ngFor="let option of professionOptions" [nzLabel]="option.name" [nzValue]="option" ></nz-option>
                     </nz-select>
               </div>