搜索,清空重新加载
This commit is contained in:
parent
3018a0d1e0
commit
6614ffdb50
|
@ -10,8 +10,8 @@
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<el-col :span="7">
|
<el-col :span="7">
|
||||||
<el-input placeholder="请输入内容" >
|
<el-input @clear="getUserList" clearable v-model="queryInfo.query" placeholder="请输入内容" >
|
||||||
<el-button slot="append" icon="el-icon-search"></el-button>
|
<el-button @click="getUserList" slot="append" icon="el-icon-search"></el-button>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="4">
|
<el-col :span="4">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user