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
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
c6076f57f98dc9bb7e94965da18954a271698393
1 parent
6d8de902
消除草稿进行保存时,处理方案有时不能保存成功
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
c6076f5
...
...
@@ -459,10 +459,10 @@ export default {
repositoryInto
.
value
=
handleInfoObj
.
value
.
repositoryinto
==
1
?
true
:
false
;
setTimeout
(
function
(){
detail
.
value
=
handleInfoObj
.
value
.
pcontent
;
detailText
.
value
=
handleInfoObj
.
value
.
pcontent
.
html
();
repositoryInfo
.
value
=
handleInfoObj
.
value
.
pcontent
;
},
3
00
)
},
4
00
)
opinion
.
value
=
props
.
status
==
1
?
''
:
handleInfoObj
.
value
.
opinion
;
approverLabel
.
value
=
handleInfoObj
.
value
.
approverName
;
approverName
.
value
=
handleInfoObj
.
value
.
approver
;
...
...
Please
register
or
login
to post a comment