Commit d84dbb4a authored by ZhuChunYang's avatar ZhuChunYang

update

parent 48037bc6
......@@ -28,6 +28,8 @@
table.render({
elem: '#table1',
url: '/admin/applicate-recommend/index',
skin: 'row',
size: 'sm',
cols: [[
{
field: 'relate_id',
......@@ -66,9 +68,7 @@
$.get('/admin/applicate-recommend/delete', {id: data.relate_id,type:data.type}, function (rev) {
layer.msg(rev.msg);
if (0==rev.code) {
table.reload('table1',{
page:{curr:1}
});
table.reload('table1');
}
});
});
......
......@@ -118,6 +118,8 @@
elem: '#table1',
page: true,
limit: 10,
skin: 'row',
even: true,
url: '/admin/application-category/index',
cols: [[
{
......
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 to comment