基础数据列表显示处理
This commit is contained in:
@@ -66,10 +66,9 @@ export class AirportComponent implements OnInit {
|
||||
data => this.airportgroups = data
|
||||
)
|
||||
//城市数据转换处理
|
||||
this.render_data.forEach(item => {
|
||||
let citysLinkIndex = this.citys.findIndex(val => val.cityId === item['cityId']);
|
||||
item['cityNameChn'] = this.citys[citysLinkIndex].cityNameChn;
|
||||
})
|
||||
if(this.render_data){
|
||||
this.basicDataTransHandle();
|
||||
}
|
||||
/**
|
||||
* 固定表头
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user