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-04-15 17:16:54 +0800
Commit
32d4552ef62836f0833a61d2937d7b89c62ea476
2 parents
1d594005
ef07a12c
Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
detailText的值更改 See merge request
!539
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/alarmsClearEditor/index.js
View file @
32d4552
...
...
@@ -459,7 +459,7 @@ export default {
repositoryInto
.
value
=
handleInfoObj
.
value
.
repositoryinto
==
1
?
true
:
false
;
setTimeout
(
function
(){
detail
.
value
=
handleInfoObj
.
value
.
pcontent
;
detailText
.
value
=
handleInfoObj
.
value
.
pcontent
.
html
()
;
detailText
.
value
=
handleInfoObj
.
value
.
pcontent
;
repositoryInfo
.
value
=
handleInfoObj
.
value
.
pcontent
;
},
400
)
...
...
Please
register
or
login
to post a comment