Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
44215dce
Commit
44215dce
authored
Jul 28, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
明日预测报表
parent
76ec69cf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
425 additions
and
5 deletions
+425
-5
report.js
src/api/report.js
+8
-0
ForecastPage.vue
src/views/Report/ForecastPage.vue
+415
-2
HeatAnalysisPage.vue
src/views/Report/HeatAnalysisPage.vue
+2
-3
No files found.
src/api/report.js
View file @
44215dce
...
...
@@ -6,3 +6,11 @@ export const postHeatAnalysis = params => {
console
.
log
(
error
);
})
}
//明日预测报表(实时或历史查询)
export
const
postHeatForecast
=
params
=>
{
return
http
.
post
(
`/api/analysis/report/HeatForecast`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
src/views/Report/ForecastPage.vue
View file @
44215dce
This diff is collapsed.
Click to expand it.
src/views/Report/HeatAnalysisPage.vue
View file @
44215dce
...
...
@@ -430,9 +430,7 @@ onMounted(() => {
postHeatAnalysisFun
();
});
onUnmounted
(()
=>
{
if
(
$chart
)
{
$chart
.
dispose
();
}
});
</
script
>
<
style
lang=
"less"
scoped
>
...
...
@@ -472,5 +470,6 @@ table td {
.btngrounp {
width: 300px;
margin: 0 auto;
text-align: center;
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment