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
xwx
3 years ago
Commit
d2937df36fa81daeac460969e4886abe92eef4d4
1 parent
28f9fdcf
及时消息自定义展示中的展示内容设置为必填项
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 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 @
d2937df
...
...
@@ -268,6 +268,10 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'treeTabl
layer
.
msg
(
'请选择用户'
,
{
icon
:
7
,
time
:
3000
});
return
false
;
}
if
(
!
noticeTimely
.
templates
)
{
layer
.
msg
(
'请配置自定义展示中的展示内容'
,
{
icon
:
7
,
time
:
3000
});
return
false
;
}
noticeTimely
.
site
=
$
(
'#notice_timely_select'
).
val
()
+
$
(
'#notice_timely_site'
).
val
();
//获取配置参数
var
map
=
getParam
();
...
...
Please
register
or
login
to post a comment