增加-机场集团、国家、机型组、航空集团下拉框数据对接
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
<div class="second-condition mb-3 row">
|
||||
<div class="input-container mr-4">
|
||||
<label for="countryId">国家: </label>
|
||||
<select class="form-control" [(ngModel)]="filterItems.countryId" (ngModelChange)="selectChange()"
|
||||
id="citry">
|
||||
<select class="form-control" [(ngModel)]="filterItems.countryId" (ngModelChange)="selectChange()" id="citry">
|
||||
<option value=""></option>
|
||||
<option *ngFor="let item of citys" [value]="item.countryId">{{item.countryId}}</option>
|
||||
<option *ngFor="let item of countrys" [value]="item.countryId">{{item.countryNameChn}}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user