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
shanyunduo.cheng
2021-12-16 11:49:35 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e43e974c5dbc4f4d2699d3ac2a2854bdfa897dbf
e43e974c
2 parents
b23c7c09
92509529
Merge branch 'master' of
http://118.178.128.178/Fedex/imac-vue
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
src/api/findAllFltData.js
src/views/systemConfig/userConfig/index.vue
src/api/findAllFltData.js
View file @
e43e974
...
...
@@ -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
...
...
src/views/systemConfig/userConfig/index.vue
View file @
e43e974
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment