Commit b9942858 authored by zhengke's avatar zhengke

修改

parent 15d897c1
......@@ -45,8 +45,8 @@
</div>
<div class="content">
<div>
<el-select size="small" v-model="msg.UserId" :filter-method="ChangeListName" filterable
@change="(msg.pageIndex = 1), getList()" placeholder="用户昵称">
<el-select size="small" v-model="msg.UserId" :filter-method="ChangeListName" filterable clearable
@change="(msg.pageIndex = 1), getList()" placeholder="用户昵称" @clear="(msg.pageIndex = 1), getList()">
<el-option label="不限" :value="0"></el-option>
<el-option v-for="item in userList" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
......
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