Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a6004906
authored
Oct 16, 2025
by
gongyang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交代码
parent
3692802e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
public/js/Message/systemUpdate.js
public/js/Message/systemUpdate.js
View file @
a6004906
...
...
@@ -68,13 +68,15 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
// 点击按钮获取选中值
$
(
'#createSelectNotice'
).
on
(
'click'
,
function
(){
alert
(
1
);
// 获取选中数据
var
checkStatus
=
table
.
checkStatus
(
'systemUpdateList'
);
console
.
log
(
'选中的数据:'
,
checkStatus
.
data
);
alert
(
1
);
if
(
checkStatus
.
data
.
length
===
0
){
layer
.
msg
(
'请先选择数据'
);
return
;
return
false
;
}
// 输出选中的数据
...
...
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