Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
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
fulixin
dsk-operate-sys-cscec
Commits
09ef6491
Commit
09ef6491
authored
Dec 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c3f0bd6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
+2
-0
MonitoringDynamics.vue
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
+1
-0
MonitoringReportDetails.vue
...erate-ui/src/views/monitoring/MonitoringReportDetails.vue
+1
-0
No files found.
dsk-operate-ui/src/views/monitoring/EnterpriseMonitoring.vue
View file @
09ef6491
...
@@ -244,6 +244,8 @@
...
@@ -244,6 +244,8 @@
}
}
companyAdd
(
data
).
then
(
res
=>
{
companyAdd
(
data
).
then
(
res
=>
{
this
.
qyVisible
=
false
;
this
.
qyVisible
=
false
;
this
.
companyName
=
''
this
.
dataList
=
[]
this
.
$message
.
success
(
"新增成功"
);
this
.
$message
.
success
(
"新增成功"
);
this
.
querySubmit
()
this
.
querySubmit
()
})
})
...
...
dsk-operate-ui/src/views/monitoring/MonitoringDynamics.vue
View file @
09ef6491
...
@@ -456,6 +456,7 @@
...
@@ -456,6 +456,7 @@
this
.
dialogVisible
=
true
;
this
.
dialogVisible
=
true
;
break
;
break
;
default
:
default
:
this
.
$message
.
success
(
"暂无详情"
);
break
;
break
;
}
}
this
.
getDetail
(
item
.
dimensionName
,
item
.
sourceId
)
this
.
getDetail
(
item
.
dimensionName
,
item
.
sourceId
)
...
...
dsk-operate-ui/src/views/monitoring/MonitoringReportDetails.vue
View file @
09ef6491
...
@@ -436,6 +436,7 @@
...
@@ -436,6 +436,7 @@
this
.
dialogVisible
=
true
;
this
.
dialogVisible
=
true
;
break
;
break
;
default
:
default
:
this
.
$message
.
success
(
"暂无详情"
);
break
;
break
;
}
}
this
.
getDetail
(
item
.
dimensionName
,
item
.
sourceId
)
this
.
getDetail
(
item
.
dimensionName
,
item
.
sourceId
)
...
...
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