destinationFlight.js 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import request from '@/utils/request' //目的航班规则接口 // 查询航班列表 export function findFlightNo(query) { return request({ url: '/destinationFlight/findFlightNo', method: 'post', data: query }) }