1730532197@qq.com

lwj

......@@ -34,4 +34,14 @@ export function saveOrUpdate(data) {
data: data
})
}
\ No newline at end of file
}
//新增前查询航班信息
export function findFltCommonConf(data) {
return request({
url: '/FlightPreserveController/findFltCommonConf',
method: 'post',
data: data
})
}
......
This diff is collapsed. Click to expand it.