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

提交

parent 4fb258dc
...@@ -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
}) })
} }
......
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