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
ba447745
authored
Dec 24, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
公告修改
parent
c4a76a30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
public/js/Message/MessageList.js
public/js/Message/MessageList.js
View file @
ba447745
...
@@ -26,6 +26,12 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
...
@@ -26,6 +26,12 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
url
:
'/msgapi/businessNoticeList'
,
url
:
'/msgapi/businessNoticeList'
,
toolbar
:
'#toolbar'
,
toolbar
:
'#toolbar'
,
method
:
'get'
,
method
:
'get'
,
page
:
true
,
size
:
'sm'
,
cellMinWidth
:
80
,
limit
:
15
,
limits
:
[
15
,
50
,
100
,
200
],
cellExpandedMode
:
'tips'
,
where
:
{
where
:
{
},
},
drag
:
false
,
drag
:
false
,
...
@@ -97,6 +103,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
...
@@ -97,6 +103,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
layeditIndex
=
layedit
.
build
(
'update_content_text'
,
{
layeditIndex
=
layedit
.
build
(
'update_content_text'
,
{
height
:
200
,
height
:
200
,
});
//建立编辑器
});
//建立编辑器
form
.
render
();
form
.
render
();
//提交表单
//提交表单
form
.
on
(
'submit(addNotSub)'
,
function
(
data
)
{
form
.
on
(
'submit(addNotSub)'
,
function
(
data
)
{
...
...
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