Commit 5d1d397b authored by 纪泽龙's avatar 纪泽龙

提交

parent 4fb258dc
......@@ -9,7 +9,6 @@ export function listPipe(query) {
})
}
// 查询管道信息列表
export function pipeAllInfoList(query) {
return request({
......@@ -19,15 +18,11 @@ export function pipeAllInfoList(query) {
})
}
// getAllDeviceInfo
export function getAllDevice(data) {
// 查询管道信息详细
export function getPipe(pipeId) {
return request({
url: '/device/pipe/getAllDeviceInfo',
method: 'post',
data: data
url: '/device/pipe/' + pipeId,
method: 'get'
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment