Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-11-02 09:16:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
441a8225624259ef995e76274ad7896c2946ae1e
441a8225
1 parent
a435c863
接口变更
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/api/sourceFlightRules.js
src/api/sourceFlightRules.js
View file @
441a822
...
...
@@ -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
})
...
...
Please
register
or
login
to post a comment