Commit 2d28a7a0 authored by guanghongwei's avatar guanghongwei

bug

parent 4a09ce32
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</table> </table>
<script > <script >
$('.log_command').on('click',function(){ $('.log_command').on('click',function(){
var url = this.attr('href'); var url = $(this).attr('href');
$.ajax({url:url,success:function(data){ $.ajax({url:url,success:function(data){
BootstrapDialog.show({title:'命令统计',message:data}); BootstrapDialog.show({title:'命令统计',message: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 to comment