Commit ba447745 by 肖康

公告修改

parent c4a76a30
Showing with 7 additions and 0 deletions
......@@ -26,6 +26,12 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
url: '/msgapi/businessNoticeList',
toolbar: '#toolbar',
method: 'get',
page: true,
size: 'sm',
cellMinWidth: 80,
limit: 15,
limits: [15, 50, 100, 200],
cellExpandedMode: 'tips',
where: {
},
drag: false,
......@@ -97,6 +103,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
layeditIndex = layedit.build('update_content_text', {
height: 200,
}); //建立编辑器
form.render();
//提交表单
form.on('submit(addNotSub)', function (data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment