Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
赵鹏军
2022-01-02 08:46:26 +0800
Commit
faf49f0a7afad73be4d2e661a0764d43f07e753c
2 parents
55b3aee0
0fd7243b
Merge branch 'master-V32-XuHaoJie' into 'master'
杭州-乙方运维-电子税务局特殊处理 See merge request
!325
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/pjt/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/pjt/index.js
View file @
faf49f0
...
...
@@ -142,7 +142,11 @@ export default {
// 柱状图
let
score
=
()
=>
{
proxy
.
$http
.
post
(
"/api-web/bOpsScore/scoreRatio"
,
{},
function
(
res
)
{
let
url
=
"/api-web/bOpsScore/scoreRatio"
;
if
(
props
.
projectId
==
1
)
{
url
=
"/api-web/bOpsScore/scoreRatio?ops=dzswj"
}
proxy
.
$http
.
post
(
url
,
{},
function
(
res
)
{
if
(
res
&&
res
.
data
)
{
let
arr
=
[];
res
.
data
.
forEach
(
item
=>
{
...
...
Please
register
or
login
to post a comment