Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -11,7 +11,8 @@ export function findSourceFlightRulesApi(data) { | ... | @@ -11,7 +11,8 @@ export function findSourceFlightRulesApi(data) { |
| 11 | // 目标航班查询 | 11 | // 目标航班查询 |
| 12 | export function findSourceFlightAndFlightDateApi(data) { | 12 | export function findSourceFlightAndFlightDateApi(data) { |
| 13 | return request({ | 13 | return request({ |
| 14 | - url: '/sourceFlight/findSourceFlightAndFlightDate', | 14 | + // url: '/sourceFlight/findSourceFlightAndFlightDate', |
| 15 | + url: '/sourceFlight/findActualAllocateFlightList', | ||
| 15 | method: 'post', | 16 | method: 'post', |
| 16 | data: data | 17 | data: data |
| 17 | }) | 18 | }) | ... | ... |
-
Please register or login to post a comment