shanyunduo.cheng

Merge branch 'master' of http://118.178.128.178/Fedex/imac-vue

...@@ -17,3 +17,21 @@ export function findAllFltDataApi(data) { ...@@ -17,3 +17,21 @@ export function findAllFltDataApi(data) {
17 17
18 }) 18 })
19 } 19 }
20 +//根据id查询item
21 +export function findFltById(data) {
22 + return request({
23 + url: '/FlightPreserveController/findFltById',
24 + method: 'post',
25 + data: data
26 +
27 + })
28 +}
29 +//新增修改
30 +export function saveOrUpdate(data) {
31 + return request({
32 + url: '/FlightPreserveController/saveOrUpdate',
33 + method: 'post',
34 + data: data
35 +
36 + })
37 +}
...\ No newline at end of file ...\ No newline at end of file
......
This diff is collapsed. Click to expand it.