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
鲁尚清
3 years ago
Commit
ed5b3594d2086f55db5751aa2c703a6081af0adb
2 parents
ca6d148b
bebe7ea2
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
into …
…master-v32-lushangqing
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/noticeTimelyAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/noticeTimelyAdd.js
View file @
ed5b359
...
...
@@ -449,11 +449,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'treeTabl
$
(
'#details_tags'
).
append
(
details_tags
);
$
(
'#details_tags span'
).
on
(
'click'
,
function
(){
$
(
'[name="templates"]'
).
val
(
$
(
'[name="templates"]'
).
val
()
+
'#{'
+
$
(
this
).
text
()
+
'}'
);
if
(
noticeTimely
.
templates
){
noticeTimely
.
templates
+=
'#{'
+
$
(
this
).
text
()
+
'}'
;
}
else
{
noticeTimely
.
templates
=
'#{'
+
$
(
this
).
text
()
+
'}'
;
}
noticeTimely
.
templates
+=
'#{'
+
$
(
this
).
text
()
+
'}'
;
});
}
...
...
Please
register
or
login
to post a comment