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
2680d266
Commit
2680d266
authored
Aug 15, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同比更新
parent
2eeaaa45
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1055 additions
and
3 deletions
+1055
-3
analysis.js
src/api/analysis.js
+9
-2
YOY.vue
src/views/HandlerPage/YOY.vue
+1046
-1
No files found.
src/api/analysis.js
View file @
2680d266
...
...
@@ -92,8 +92,15 @@ export const postExternalQOQ = params => {
})
}
//换热站机组用量同比接口(耗水量、耗电量、耗热量)
export
const
postYOY
=
params
=>
{
//换热站机组用量同比接口(耗水量、耗电量、耗热量)网内
export
const
postWithinYOY
=
params
=>
{
return
http
.
post
(
`/api/analysis/within/YOY`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//换热站机组用量同比接口(耗水量、耗电量、耗热量)网外
export
const
postExternalYOY
=
params
=>
{
return
http
.
post
(
`/api/analysis/external/YOY`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
...
...
src/views/HandlerPage/YOY.vue
View file @
2680d266
This diff is collapsed.
Click to expand it.
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