6c920149 by Zelig

网查添加和查询

1 parent d960a6ec
......@@ -67,7 +67,7 @@
} else {
layer.alert('请求成功');
setTimeout(function () {
layer_close();
layer_load('应用工具', '<?=site_url('tool/web');?>');
},500);
}
......
......@@ -121,7 +121,7 @@
}
);
$('.table_search').on('change', function () {
$('.table_search').on('keyup', function () {
search = $(this).val();
column = $(this).attr('column');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!