Commit a84960f5 authored by zhangderong's avatar zhangderong

去掉控制台打印

parent 4bac0b86
......@@ -570,7 +570,6 @@ import ckeditor from '../../components/ckeditor'
this.flowStatusarr=[]
item.STATES=false
});
console.log(this.delateARRALL,666666)
} else { //实现全选
this.checkboxList = [];
this.ajaxData.forEach( (item) => {
......@@ -579,7 +578,6 @@ import ckeditor from '../../components/ckeditor'
this.flowStatusarr.push(item.flowStatus)
item.STATES=true
});
console.log(this.delateARRALL,7777777)
}
},
// 准备约面
......@@ -1276,11 +1274,8 @@ import ckeditor from '../../components/ckeditor'
this.emailInline.theme=res.data.body.templateSubject
this.emailInline.receiveEmail=res.data.body.receiveEmail
this.emailInline.templateContent=res.data.body.templateContent
console.log(this.emailInline.templateContent,55555555555555,res.data.body.templateContent)
this.sad=this.emailInline.templateContent
console.log(this.sad,2222222)
if(res.data.body&&res.data.body.resumeInterviewVO){
console.log(res.data.body.resumeInterviewVO.interviewerName,666666666)
this.formInline.UpdateOWER=res.data.body.resumeInterviewVO.interviewerName
this.formInline.UpdateVIEW=res.data.body.resumeInterviewVO.inviterName
this.formInline.UpdateTIME=res.data.body.resumeInterviewVO.seeTime
......@@ -1310,7 +1305,6 @@ import ckeditor from '../../components/ckeditor'
}else{
this.fileList.push(uploadFile.name)
this.uploadFileList.push(uploadFile)
console.log(this.uploadFileList,77777777)
}
return false
},
......@@ -1340,9 +1334,13 @@ import ckeditor from '../../components/ckeditor'
getEditorValue(value){
this.emailContent=value
this.sad = value
console.log(this.emailContent,89889)
if(this.emailContent==''){
this.isDisable=false
this.$Notice.error({
title: '提示',
desc: '请填写完整的信息'
});
return
}else{
this.isDisable=true
}
......@@ -1350,7 +1348,6 @@ import ckeditor from '../../components/ckeditor'
delateFile(index){
this.fileList.splice(index,1)
this.uploadFileList.splice(index,1)
// this.isLimitSize=false
},
// 确认发送邮件
confireSendEmail(){
......@@ -1376,7 +1373,6 @@ import ckeditor from '../../components/ckeditor'
return
}
if((this.temp=='TEMP_0001'|| this.temp=='TEMP_0005'|| this.temp=='TEMP_0006')&&this.emailId==''){
console.log(this.emailId,78777777)
this.$Notice.error({
title: '提示',
desc: '请先选择简历'
......@@ -1492,7 +1488,6 @@ import ckeditor from '../../components/ckeditor'
}
})
}else{
console.log(987654321)
var formData= new FormData()
if(this.attachFileList.length!==0){
this.attachFileList.map(item=>{
......@@ -1569,7 +1564,6 @@ import ckeditor from '../../components/ckeditor'
}
},
changenotice(a){
console.log(a,654321)
},
receiveEmail(){
if(!(/^((([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6}\;))*(([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})))$/.test(this.emailInline.receiveEmail))){
......
......@@ -1167,11 +1167,8 @@ export default {
this.emailInline.theme=res.data.body.templateSubject
this.emailInline.receiveEmail=res.data.body.receiveEmail
this.emailInline.templateContent=res.data.body.templateContent
console.log(this.emailInline.templateContent,55555555555555,res.data.body.templateContent)
this.sad=this.emailInline.templateContent
console.log(this.sad,2222222)
if(res.data.body&&res.data.body.resumeInterviewVO){
console.log(res.data.body.resumeInterviewVO.interviewerName,666666666)
this.formInline.UpdateOWER=res.data.body.resumeInterviewVO.interviewerName
this.formInline.UpdateVIEW=res.data.body.resumeInterviewVO.inviterName
this.formInline.UpdateTIME=res.data.body.resumeInterviewVO.seeTime
......@@ -1201,7 +1198,6 @@ export default {
}else{
this.fileList.push(uploadFile.name)
this.uploadFileList.push(uploadFile)
console.log(this.uploadFileList,77777777)
}
return false
},
......@@ -1231,9 +1227,12 @@ export default {
getEditorValue(value){
this.emailContent=value
this.sad = value
console.log(this.emailContent,89889)
if(this.emailContent==''){
this.isDisable=false
this.$Notice.error({
title: '提示',
desc: '请填写完整的信息'
});
}else{
this.isDisable=true
}
......@@ -1267,7 +1266,6 @@ export default {
return
}
if((this.temp=='TEMP_0001'|| this.temp=='TEMP_0005'|| this.temp=='TEMP_0006')&&this.emailId==''){
console.log(this.emailId,78777777)
this.$Notice.error({
title: '提示',
desc: '请先选择简历'
......@@ -1383,7 +1381,6 @@ export default {
}
})
}else{
console.log(987654321)
var formData= new FormData()
if(this.attachFileList.length!==0){
this.attachFileList.map(item=>{
......@@ -1460,7 +1457,6 @@ export default {
}
},
changenotice(a){
console.log(a,654321)
},
receiveEmail(){
if(!(/^((([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6}\;))*(([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})))$/.test(this.emailInline.receiveEmail))){
......
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