Commit 42c7557a authored by zhangderong's avatar zhangderong

邮箱测试

parent 00bb9edf
...@@ -1208,14 +1208,11 @@ import ckeditor from '../../components/ckeditor' ...@@ -1208,14 +1208,11 @@ import ckeditor from '../../components/ckeditor'
if(this.emailIdArr.length>1&&(value=='TEMP_0001'||value=='TEMP_0005'||value=='TEMP_0006')){ if(this.emailIdArr.length>1&&(value=='TEMP_0001'||value=='TEMP_0005'||value=='TEMP_0006')){
this.allEmailVilitor=true this.allEmailVilitor=true
}else{ }else{
this.allEmailVilitor=false this.allEmailVilitor=false
} }
if(value=='TEMP_0001'){ if(value=='TEMP_0001'){
this.interviewIsShow=true this.interviewIsShow=true}else{
this.isShowAll=true
}else{
this.interviewIsShow=false this.interviewIsShow=false
this.isShowAll=false
} }
this.emailId=this.emailIdArr.length==0?'':this.emailIdArr[0] this.emailId=this.emailIdArr.length==0?'':this.emailIdArr[0]
if(value=='TEMP_0001' &&this.emailId==''){ if(value=='TEMP_0001' &&this.emailId==''){
...@@ -1249,7 +1246,7 @@ import ckeditor from '../../components/ckeditor' ...@@ -1249,7 +1246,7 @@ import ckeditor from '../../components/ckeditor'
beforUpload(uploadFile){ beforUpload(uploadFile){
// console.log(3,aaa) // console.log(3,aaa)
this.uploadFileList.push(uploadFile) this.uploadFileList.push(uploadFile)
this.fileList.push(aaa.name) this.fileList.push(uploadFile.name)
return false return false
}, },
// 发送全部内容 // 发送全部内容
......
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