shanyunduo.cheng

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

......@@ -17,3 +17,21 @@ export function findAllFltDataApi(data) {
})
}
//根据id查询item
export function findFltById(data) {
return request({
url: '/FlightPreserveController/findFltById',
method: 'post',
data: data
})
}
//新增修改
export function saveOrUpdate(data) {
return request({
url: '/FlightPreserveController/saveOrUpdate',
method: 'post',
data: data
})
}
\ No newline at end of file
......
This diff is collapsed. Click to expand it.