Showing
2 changed files
with
11 additions
and
1 deletions
| ... | @@ -34,4 +34,14 @@ export function saveOrUpdate(data) { | ... | @@ -34,4 +34,14 @@ export function saveOrUpdate(data) { |
| 34 | data: data | 34 | data: data |
| 35 | 35 | ||
| 36 | }) | 36 | }) |
| 37 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 37 | +} | ||
| 38 | + | ||
| 39 | +//新增前查询航班信息 | ||
| 40 | +export function findFltCommonConf(data) { | ||
| 41 | + return request({ | ||
| 42 | + url: '/FlightPreserveController/findFltCommonConf', | ||
| 43 | + method: 'post', | ||
| 44 | + data: data | ||
| 45 | + | ||
| 46 | + }) | ||
| 47 | +} | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment