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
1730532197@qq.com
2021-12-16 15:12:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7af2a868019f7607c89033b7eb3c18f773a17d30
7af2a868
1 parent
46892470
lwj
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
src/api/findAllFltData.js
src/views/systemConfig/userConfig/index.vue
src/api/findAllFltData.js
View file @
7af2a86
...
...
@@ -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
})
}
...
...
src/views/systemConfig/userConfig/index.vue
View file @
7af2a86
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment