提交 ff928bc0 编写于 作者: bo.dang's avatar bo.dang

修改直播列表BUG:ID1014124

上级 3e9b298a
......@@ -35,7 +35,7 @@
</el-form-item>
</el-col>
<el-col :span="4" style="text-align: right">
<el-button type="primary" size="small" @click="searchList">查询</el-button>
<el-button type="primary" size="small" @click="search">查询</el-button>
<el-button type="default" size="small" @click="resetForm" style="margin-left:0;">重置</el-button>
</el-col>
</el-row>
......@@ -207,6 +207,12 @@ export default {
vm.getLiveList("", "");
},
methods: {
// 搜索按钮
search(){
this.searchForm.pageNo = 1;
this.searchList();
},
searchList() {
console.log("查询");
var searchStatusString;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册