6c920149 by Zelig

网查添加和查询

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