邓洁: 修复bug
This commit is contained in:
@@ -35,3 +35,10 @@ export const getBadGasEchartsInfo = (tunnelId) => {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
//电流监控数据
|
||||
export const getFanEchartsInfo = (equipmentId) => {
|
||||
return request({
|
||||
url: `/tunnel/large/screen/echarts/current/${equipmentId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
@@ -10,10 +10,7 @@ export const getTunnelList = (params) => {
|
||||
export const getTunnelDetail = (tunnelId) => {
|
||||
return request({
|
||||
url: `/tunnel/tunnel/${tunnelId}`,
|
||||
method: 'get',
|
||||
params:{
|
||||
tunnelId:tunnelId
|
||||
}
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export const addTunnel = (data) => {
|
||||
|
||||
Reference in New Issue
Block a user