机场数据、下拉框数据绑定值

This commit is contained in:
714943302@qq.com
2018-11-23 17:58:45 +08:00
parent 52b316a230
commit 1f020ee82e
11 changed files with 65 additions and 12 deletions
@@ -33,7 +33,7 @@
<label for="terminalAreaCode">所属航站楼区域:&nbsp;&nbsp;</label>
<select class="form-control" [(ngModel)]="filterItems.terminalAreaCode" (ngModelChange)="selectChange()" id="qy">
<option value=""></option>
<option *ngFor="let items of gates" [value]="items.terminalAreaCode">{{items.terminalAreaCode}}</option>
<option *ngFor="let items of terminalAreas" [value]="items.terminalAreaName">{{items.terminalAreaName}}</option>
</select>
</div>
<div class="input-container mr-4">