jinhui.wang

接口变更

......@@ -11,7 +11,8 @@ export function findSourceFlightRulesApi(data) {
// 目标航班查询
export function findSourceFlightAndFlightDateApi(data) {
return request({
url: '/sourceFlight/findSourceFlightAndFlightDate',
// url: '/sourceFlight/findSourceFlightAndFlightDate',
url: '/sourceFlight/findActualAllocateFlightList',
method: 'post',
data: data
})
......@@ -19,7 +20,7 @@ export function findSourceFlightAndFlightDateApi(data) {
// 原航班顺位规则保存
export function sourceFlightRulesSaveApi(data) {
data.dayOfWeek = data.dayOfWeek.join(';');
data.dayOfWeek = data.dayOfWeek.join(';');
return request({
url: '/sourceFlight/sourceFlightRulesSave',
method: 'post',
......