mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user