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
699392e2
Commit
699392e2
authored
Jul 29, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换热站面积报表
parent
46f97192
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
350 additions
and
1 deletion
+350
-1
report.js
src/api/report.js
+7
-0
AreaInfoPage.vue
src/views/Report/AreaInfoPage.vue
+343
-1
No files found.
src/api/report.js
View file @
699392e2
...
@@ -26,4 +26,11 @@ export const postTransferEnergy = params => {
...
@@ -26,4 +26,11 @@ export const postTransferEnergy = params => {
return
http
.
post
(
`/api/analysis/report/TransferEnergy`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
return
http
.
post
(
`/api/analysis/report/TransferEnergy`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
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
src/views/Report/AreaInfoPage.vue
View file @
699392e2
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