计划机位、飞机号变更显示修改

This commit is contained in:
zhouyuejun
2019-01-15 19:17:52 +08:00
parent a92770f3a0
commit ba238b9416
4 changed files with 74 additions and 33 deletions
+2 -3
View File
@@ -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");
}
}
/**