Commit 699392e2 authored by 朱超's avatar 朱超

换热站面积报表

parent 46f97192
...@@ -27,3 +27,10 @@ export const postTransferEnergy = params => { ...@@ -27,3 +27,10 @@ export const postTransferEnergy = params => {
console.log(error); console.log(error);
}) })
} }
//换热站面积报表
export const postTransferArea = params => {
return http.post(`/api/analysis/report/TransferArea`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
\ No newline at end of file
This diff is collapsed.
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