Commit 0c8cb6a4 authored by 18224442217's avatar 18224442217

no message

parent 0bc49276
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
}) })
}); });
this.NewDataList = JSON.parse(JSON.stringify(this.dataList)) this.NewDataList = JSON.parse(JSON.stringify(this.dataList))
// this.StartDateObj = this.NewDateList[0] this.StartDateObj = this.NewDateList.length>0&&this.NewDateList.length==1?this.NewDateList[0]:{}
// this.NewDataList = this.dataList.filter(x=> { // this.NewDataList = this.dataList.filter(x=> {
// return x.FlightDate==this.NewDateList[0].times // return x.FlightDate==this.NewDateList[0].times
// }) // })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment