Commit 8670f2b9 authored by ZhuChunYang's avatar ZhuChunYang

去除图片列表分页

parent 0e524a18
...@@ -87,9 +87,7 @@ ...@@ -87,9 +87,7 @@
$.get('/admin/application/delete-image', {id: data.id,applicate_id:applicate_id}, function (rev) { $.get('/admin/application/delete-image', {id: data.id,applicate_id:applicate_id}, function (rev) {
layer.msg(rev.msg); layer.msg(rev.msg);
if (0==rev.code) { if (0==rev.code) {
table.reload('table1',{ table.reload('table1');
page:{curr:1}
});
} }
}); });
}); });
...@@ -112,11 +110,7 @@ ...@@ -112,11 +110,7 @@
if (0 == rev.code) { if (0 == rev.code) {
layer.close(index); layer.close(index);
$("#_form").css('display', 'none'); $("#_form").css('display', 'none');
table.reload('table1', { table.reload('table1');
page: {
curr: 1
}
});
} }
}); });
}, },
......
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