...
|
...
|
@@ -37,7 +37,7 @@ |
|
|
style="width: 140px;" autocomplete="off">
|
|
|
<input type="hidden" name="uid" value="{$uid|default=''}">
|
|
|
<input type="submit" class="btn btn-primary" value="搜索"/>
|
|
|
<a class="btn btn-danger" href="{:url('index')}">清空</a>
|
|
|
<a class="btn btn-danger" href="{:url('index',array('uid'=>$uid))}">清空</a>
|
|
|
</form>
|
|
|
<form method="post" class="js-ajax-form">
|
|
|
<table class="table table-hover table-bordered">
|
...
|
...
|
|