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-15 16:39:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a5827454f869fb1fba33d81b3e0b70baac005dd
9a582745
1 parent
5c937389
lwj
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 @
9a58274
...
...
@@ -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 @
9a58274
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment