Commit 44215dce authored by 朱超's avatar 朱超

明日预测报表

parent 76ec69cf
...@@ -6,3 +6,11 @@ export const postHeatAnalysis = params => { ...@@ -6,3 +6,11 @@ export const postHeatAnalysis = params => {
console.log(error); console.log(error);
}) })
} }
//明日预测报表(实时或历史查询)
export const postHeatForecast = params => {
return http.post(`/api/analysis/report/HeatForecast`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
This diff is collapsed.
...@@ -430,9 +430,7 @@ onMounted(() => { ...@@ -430,9 +430,7 @@ onMounted(() => {
postHeatAnalysisFun(); postHeatAnalysisFun();
}); });
onUnmounted(() => { onUnmounted(() => {
if ($chart) {
$chart.dispose();
}
}); });
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
...@@ -472,5 +470,6 @@ table td { ...@@ -472,5 +470,6 @@ table td {
.btngrounp { .btngrounp {
width: 300px; width: 300px;
margin: 0 auto; margin: 0 auto;
text-align: center;
} }
</style> </style>
\ 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