|
@@ -119,7 +119,7 @@ export default {
|
|
|
if (Object.hasOwnProperty.call(queryData, key)) {
|
|
|
const val = queryData[key]
|
|
|
const comparator = key == 'startDate' ? '>=' : key == 'endDate' ? '<=' : '='
|
|
|
- const column = key == 'startDate' ? 'flightDate' : key == 'endDate' ? 'flightDate' : key
|
|
|
+ const column = key == 'startDate' ? 'departure_flights_date' : key == 'endDate' ? 'departure_flights_date' : key
|
|
|
const r = {
|
|
|
left: '(',
|
|
|
column: column,
|