Commit 248c5c92 by 冷斌

update

parent f06a7be6
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
关键字: 关键字:
<input type="text" name="keyword" style="width: 200px;" value="{$formget.keyword}" placeholder="请输入会员ID、姓名、手机"> <input type="text" name="keyword" style="width: 200px;" value="{$formget.keyword}" placeholder="请输入会员ID、姓名、手机">
<input type="submit" class="btn btn-primary" value="搜索"> <input type="submit" class="btn btn-primary" value="搜索">
<input type="button" class="btn btn-primary" style="background-color: #1dccaa;" value="导出" onclick="form1.action='{:U('Userauth/export')}';form1.submit();"/>
</form> </form>
<form method="post" class="js-ajax-form" > <form method="post" class="js-ajax-form" >
......
...@@ -57,6 +57,10 @@ class UserauthController extends AdminbaseController ...@@ -57,6 +57,10 @@ class UserauthController extends AdminbaseController
$this->display(); $this->display();
} }
function export() {
echo 1; die;
}
function del() function del()
{ {
$id = intval($_GET['id']); $id = intval($_GET['id']);
......
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