Commit b332843d by gongyang

提交代码

parent 17885527
Showing with 2 additions and 2 deletions
......@@ -27,7 +27,7 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
//数据表格渲染
var dataList = function(){
table.render({
elem: '#list',
elem: '#systemUpdateList',
url: '/msgapi/systemUpdateList',
page: true,
limit: 20,
......@@ -69,7 +69,7 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
//监听头工具栏事件
table.on('toolbar(list)', function (obj) {
table.on('toolbar(systemUpdateList)', function (obj) {
var checkStatus = table.checkStatus(obj.config.id);
var data = checkStatus.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