Commit 17885527 by gongyang

提交代码

parent 7ed634d4
......@@ -27,7 +27,7 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
//数据表格渲染
var dataList = function(){
table.render({
elem: '#systemUpdateList',
elem: '#list',
url: '/msgapi/systemUpdateList',
page: true,
limit: 20,
......@@ -69,7 +69,7 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
//监听头工具栏事件
table.on('toolbar(systemUpdateList)', function (obj) {
table.on('toolbar(list)', function (obj) {
var checkStatus = table.checkStatus(obj.config.id);
var data = checkStatus.data;
......
......@@ -80,7 +80,7 @@
<div class="layui-btn-container" style="text-align: center; margin-top: 10px;">
<button lay-submit lay-filter="load" class="layui-btn">搜索</button>
<button type="button" class="layui-btn layui-btn-normal" id="addData">新增</button>
<a class="layui-btn-sm layui-btn-warm" lay-event="createNotice" id="createNotice" href="javascript:;">生成公告</a>
<a class="layui-btn layui-btn-sm layui-btn-warm" lay-event="createNotice" id="createNotice" href="javascript:;">生成公告</a>
</div>
</div>
</form>
......
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