Showing
1 changed file
with
3 additions
and
2 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 | }) |
| ... | @@ -19,7 +20,7 @@ export function findSourceFlightAndFlightDateApi(data) { | ... | @@ -19,7 +20,7 @@ export function findSourceFlightAndFlightDateApi(data) { |
| 19 | 20 | ||
| 20 | // 原航班顺位规则保存 | 21 | // 原航班顺位规则保存 |
| 21 | export function sourceFlightRulesSaveApi(data) { | 22 | export function sourceFlightRulesSaveApi(data) { |
| 22 | - data.dayOfWeek = data.dayOfWeek.join(';'); | 23 | + data.dayOfWeek = data.dayOfWeek.join(';'); |
| 23 | return request({ | 24 | return request({ |
| 24 | url: '/sourceFlight/sourceFlightRulesSave', | 25 | url: '/sourceFlight/sourceFlightRulesSave', |
| 25 | method: 'post', | 26 | method: 'post', | ... | ... |
-
Please register or login to post a comment