Commit 92a25cbe authored by 黄媛媛's avatar 黄媛媛

update

parent 4d4cfc87
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="right"> <div class="right">
<div class="search"> <div class="search">
<el-input size="small" style="width:600px" placeholder="请输入内容" v-model="msg.Name" class="input-with-select"> <el-input size="small" style="width:600px" placeholder="请输入内容" v-model="msg.Name" class="input-with-select">
<el-button @click="getList" slot="append" icon="el-icon-search"></el-button> <el-button @click="Search" slot="append" icon="el-icon-search"></el-button>
</el-input> </el-input>
<el-button style="margin-left:20px" size="small" type="danger" @click.prevent="goUrl1('EducationvideoList',$event)" round>发布视频</el-button> <el-button style="margin-left:20px" size="small" type="danger" @click.prevent="goUrl1('EducationvideoList',$event)" round>发布视频</el-button>
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
<img v-else style="height:195px;width:100%" src="../assets/img/hotel/biefu.png" alt=""> <img v-else style="height:195px;width:100%" src="../assets/img/hotel/biefu.png" alt="">
<div class="backDiv"> <div class="backDiv">
<span class="iconfont icon-ico_bofang"></span> <span class="iconfont icon-ico_bofang"></span>
<div @click.prevent="goUrl1('EducationvideoList',$event)" class="icon"> <!-- <div @click.prevent="goUrl1('EducationvideoList',$event)" class="icon">
<span class="iconfont icon-weihu"></span> <span class="iconfont icon-weihu"></span>
</div> </div> -->
</div> </div>
</div> </div>
...@@ -113,6 +113,10 @@ export default { ...@@ -113,6 +113,10 @@ export default {
}, },
methods: { methods: {
Search(){
this.dataList=[];
this.getList();
},
Setvideo(){ Setvideo(){
this.videoDivState=false; this.videoDivState=false;
let myVideo=this.$refs.myVideo; let myVideo=this.$refs.myVideo;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="right"> <div class="right">
<div class="search"> <div class="search">
<el-input size="small" style="width:600px" placeholder="请输入内容" v-model="msg.Name" class="input-with-select"> <el-input size="small" style="width:600px" placeholder="请输入内容" v-model="msg.Name" class="input-with-select">
<el-button @click="getList" slot="append" icon="el-icon-search"></el-button> <el-button @click="Search" slot="append" icon="el-icon-search"></el-button>
</el-input> </el-input>
<el-button style="margin-left:20px" size="small" type="danger" @click="addList" round>新增</el-button> <el-button style="margin-left:20px" size="small" type="danger" @click="addList" round>新增</el-button>
</div> </div>
...@@ -217,6 +217,10 @@ export default { ...@@ -217,6 +217,10 @@ export default {
}, },
methods: { methods: {
Search(){
this.dataList=[];
this.getList();
},
Setvideo(){ Setvideo(){
this.videoDivState=false; this.videoDivState=false;
let myVideo=this.$refs.myVideo; let myVideo=this.$refs.myVideo;
......
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