机场下拉框数据转换

This commit is contained in:
714943302@qq.com
2018-11-26 17:41:28 +08:00
parent 1f020ee82e
commit 8cb3f94bf4
3 changed files with 13 additions and 6 deletions
@@ -52,7 +52,7 @@
<!-- <option value="GZ">广州</option>
<option value="SH">上海</option>
<option value="BJ">北京</option> -->
<option *ngFor="let item of airports" [value]="item.cityId">{{item.cityId}}</option>
<option *ngFor="let item of citys" [value]="item.cityNameChn">{{item.cityNameChn}}</option>
</select>
</div>
</div>