增加航班计划
This commit is contained in:
@@ -54,7 +54,7 @@ inputEnter() {
|
||||
this.inputFilter(this.airlines)
|
||||
} else {
|
||||
this.inputFilter(this.airlines)
|
||||
// this.inputPosition(this.render_data)
|
||||
this.inputPosition(this.airlines)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ inputEnter() {
|
||||
selectChange() {
|
||||
this.return_data = this.airlines.filter(item=>{
|
||||
let is_satis = true;
|
||||
for (const key in this.filterItems) {debugger
|
||||
for (const key in this.filterItems) {
|
||||
if (this.filterItems.hasOwnProperty(key) && this.filterItems[key]) {
|
||||
if (item[key] === this.filterItems[key]) {
|
||||
is_satis = true;
|
||||
|
||||
@@ -55,7 +55,7 @@ inputEnter() {
|
||||
this.inputFilter(this.airports)
|
||||
} else {
|
||||
this.inputFilter(this.airports)
|
||||
// this.inputPosition(this.render_data)
|
||||
this.inputPosition(this.airports)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user