增加航班计划

This commit is contained in:
714943302@qq.com
2018-11-22 15:49:58 +08:00
parent 72c1fb16e9
commit e291163951
3 changed files with 47 additions and 16 deletions
@@ -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;