计划机位、飞机号变更显示修改
This commit is contained in:
@@ -873,11 +873,11 @@ export class MainComponent implements OnInit {
|
||||
filterData.forEach(element => {
|
||||
if (element['renderFlight'][sel_col]) {
|
||||
if (element['renderFlight'][sel_col].toString().match(new RegExp(this.SEARCH, 'i'))) {
|
||||
transArray.push(element)
|
||||
transArray.push(element);
|
||||
}
|
||||
} else {
|
||||
if (!this.SEARCH) {
|
||||
transArray.push(element)
|
||||
transArray.push(element);
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -925,7 +925,6 @@ export class MainComponent implements OnInit {
|
||||
if (objTr) {
|
||||
$("#table-container").animate({ scrollTop: objTr.offsetTop - 42 }, "slow");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user