Commit a3c2038d authored by 朱超's avatar 朱超

换热站趋势图更新

parent 3dfd5b83
...@@ -43,9 +43,45 @@ export const postFirBackT = params => { ...@@ -43,9 +43,45 @@ export const postFirBackT = params => {
}) })
} }
//一网万平米流量
export const postWPMLL = params => {
return http.post(`/api/analysis/external/WPMLL`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
//换热站板换效率
export const postHeatEffiUc = params => {
return http.post(`/api/analysis/external/HeatEffiUc`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
//换热站二网均温
export const postSecAvgTUc = params => {
return http.post(`/api/analysis/external/SecAvgTUc`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
//二网温差
export const postSecAbsTUc = params => {
return http.post(`/api/analysis/external/SecAbsTUc`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
// //二网温差
// export const postSecAvgTUc = params => {
// return http.post(`/api/analysis/external/SecAvgTUc`, params).then(res => res).catch(function (error) {
// console.log(error);
// })
// }
//热量分析报表 //热量分析报表
export const postHeatAnalysis = params => { export const postHeatAnalysis = params => {
return http.post(`/api/analysis/report/HeatAnalysis`, params).then(res => res).catch(function (error) { return http.post(`/api/analysis/report/HeatAnalysis`, params).then(res => res).catch(function (error) {
console.log(error); console.log(error);
}) })
} }
\ No newline at end of file
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