2
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div style="margin-top: 15px">
|
||||
<el-form :inline="true" :model="listQuery" size="small" label-width="140px">
|
||||
<el-form-item label="用户昵称:">
|
||||
<el-input style="width: 203px" v-model="listQuery.nickname" placeholder="会员名称/关键字"></el-input>
|
||||
<el-input style="width: 203px" v-model="listQuery.keyword" placeholder="会员名称/关键字"></el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
@@ -372,7 +372,7 @@
|
||||
],
|
||||
operateType: null,
|
||||
listQuery: {
|
||||
nickname: null,
|
||||
keyword: null,
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
},
|
||||
@@ -676,8 +676,8 @@
|
||||
getList() {
|
||||
this.listLoading = true
|
||||
|
||||
if (this.listQuery.nickname == "")
|
||||
this.listQuery.nickname=null,
|
||||
if (this.listQuery.keyword == "")
|
||||
this.listQuery.keyword = null
|
||||
|
||||
|
||||
fetchList(this.listQuery).then(response => {
|
||||
@@ -787,7 +787,7 @@
|
||||
handleResetSearch() {
|
||||
|
||||
this.listQuery = {
|
||||
nickname: null,
|
||||
keyword: null,
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user