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
84981e41
authored
Oct 16, 2025
by
gongyang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交代码
parent
a6004906
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
public/js/Message/systemUpdate.js
public/js/Message/systemUpdate.js
View file @
84981e41
...
...
@@ -30,9 +30,8 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
url
:
'/msgapi/systemUpdateList'
,
page
:
true
,
limit
:
20
,
id
:
'table'
,
cols
:
[[
//表头
{
type
:
'checkbox'
,
width
:
50
,
align
:
'center'
,
fixed
:
'left'
},
{
type
:
'checkbox'
,
width
:
50
,
align
:
'center'
,
fixed
:
'left'
},
{
field
:
'smue_id'
,
title
:
'序号'
,
align
:
'center'
,
width
:
100
},
{
field
:
'update_time'
,
title
:
'更新日期'
,
align
:
'center'
,
width
:
150
},
{
field
:
'system_name'
,
title
:
'更新系统'
,
align
:
'center'
,
width
:
150
},
...
...
@@ -71,7 +70,7 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
// 获取选中数据
var
checkStatus
=
table
.
checkStatus
(
'systemUpdateList'
);
console
.
log
(
'选中的数据:'
,
checkStatus
.
data
);
console
.
log
(
'选中的数据:'
,
checkStatus
.
data
.
length
);
alert
(
1
);
if
(
checkStatus
.
data
.
length
===
0
){
...
...
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