Commit 6c13b972 authored by zhangyanni's avatar zhangyanni

提交

parent d5abfc7c
......@@ -614,7 +614,7 @@
},
//删除上传视频
handleRemoveview(data){
if(this.filecurrentstate==2){
if(this.videocurrentstate==2){
if(typeof this.secondRuleForm[this.videocurrentdata.fieldValue+this.videocurrentindex]=="Array"&&this.secondRuleForm[this.videocurrentdata.fieldValue+this.videocurrentindex].length>0){
this.secondRuleForm[this.videocurrentdata.fieldValue+this.videocurrentindex].forEach((item,ind)=>{
if(item.uid==data.uid){
......
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