Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -132,7 +132,7 @@ export default { | ... | @@ -132,7 +132,7 @@ export default { |
| 132 | handle: handle, | 132 | handle: handle, |
| 133 | fltNo: fltNo, | 133 | fltNo: fltNo, |
| 134 | fltDate: fltDate != null ? fltDate : ' ', | 134 | fltDate: fltDate != null ? fltDate : ' ', |
| 135 | - route: '', | 135 | + route: null, |
| 136 | routeStatus: 'FlightAllocConfig', | 136 | routeStatus: 'FlightAllocConfig', |
| 137 | status: status | 137 | status: status |
| 138 | } | 138 | } | ... | ... |
-
Please register or login to post a comment