提交 f45e2074 编写于 作者: yi.li's avatar yi.li

机审拒绝添加通过操作

上级 3230a625
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button @click="visitDetail(scope.row)" type="text" size="small">查看</el-button> <el-button @click="visitDetail(scope.row)" type="text" size="small">查看</el-button>
<el-button @click="handlerVideo(scope.row,3)" v-if="scope.row.status == 2 || scope.row.status == 6" type="text" size="small">下线</el-button> <el-button @click="handlerVideo(scope.row,3)" v-if="scope.row.status == 2 || scope.row.status == 6" type="text" size="small">下线</el-button>
<el-button @click="handlerVideo(scope.row,1)" v-if="scope.row.status == 3 || scope.row.status == 4" type="text" size="small">通过</el-button> <el-button @click="handlerVideo(scope.row,1)" v-if="scope.row.status == 3 || scope.row.status == 4 || scope.row.status == 5" type="text" size="small">通过</el-button>
<el-button @click="handlerVideo(scope.row,2)" v-if="scope.row.status == 3 || scope.row.status == 4" type="text" size="small">拒绝</el-button> <el-button @click="handlerVideo(scope.row,2)" v-if="scope.row.status == 3 || scope.row.status == 4" type="text" size="small">拒绝</el-button>
</template> </template>
</el-table-column> </el-table-column>
...@@ -344,6 +344,7 @@ ...@@ -344,6 +344,7 @@
closeLoading(this); closeLoading(this);
if(res.code == "000000"){ if(res.code == "000000"){
this.$message.success(successContent[type]); this.$message.success(successContent[type]);
this.searchForm.pageNo = 1;
this.searchList(); this.searchList();
}else { }else {
this.$message.error('操作失败'); this.$message.error('操作失败');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册