This commit is contained in:
zhaofang
2022-07-14 16:56:14 +08:00
parent 040a15b595
commit 6dc8093f97
2 changed files with 9 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</el-select>
<!-- <el-input style="width: 200px;margin-right: 10px" placeholder="请选择来源"></el-input> -->
<!-- 问题 -->
<el-input style="width: 200px;margin-right: 10px" v-model="dataList.uname" clearable placeholder="搜索人员姓名标题"></el-input>
<el-input style="width: 200px;margin-right: 10px" v-model="dataList.send" clearable placeholder="搜索人员姓名标题"></el-input>
<!-- 提问人
<el-input style="width: 200px;margin-right: 10px"></el-input> -->
<el-button type="primary" @click="getList" icon="el-icon-search">搜索</el-button>
@@ -123,7 +123,7 @@ export default {
pageSize:10,
count:0,
list:[],
uname:'',
send:'',
},
replyName:'',
shareShow: false,
@@ -187,9 +187,10 @@ export default {
this.$message.error("数据搜索失败")
})
},
reset(){
reset(){
this.dataList.pageIndex = 1;
this.dataList.send = '',
this.dataList.type = '',
this.type = 0;
this.getData();
this.isSearh = false;