Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety
Commits
5d1d397b
Commit
5d1d397b
authored
Jul 26, 2021
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
4fb258dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
pipe.js
gassafety-web/src/api/device/pipe.js
+4
-9
No files found.
gassafety-web/src/api/device/pipe.js
View file @
5d1d397b
...
@@ -9,7 +9,6 @@ export function listPipe(query) {
...
@@ -9,7 +9,6 @@ export function listPipe(query) {
})
})
}
}
// 查询管道信息列表
// 查询管道信息列表
export
function
pipeAllInfoList
(
query
)
{
export
function
pipeAllInfoList
(
query
)
{
return
request
({
return
request
({
...
@@ -19,15 +18,11 @@ export function pipeAllInfoList(query) {
...
@@ -19,15 +18,11 @@ export function pipeAllInfoList(query) {
})
})
}
}
// 查询管道信息详细
export
function
getPipe
(
pipeId
)
{
// getAllDeviceInfo
export
function
getAllDevice
(
data
)
{
return
request
({
return
request
({
url
:
'/device/pipe/getAllDeviceInfo'
,
url
:
'/device/pipe/'
+
pipeId
,
method
:
'post'
,
method
:
'get'
data
:
data
})
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment