Commit be51ad81 authored by zhangderong's avatar zhangderong

编辑器

parent 4635851c
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
</div> </div>
</Modal> </Modal>
<!-- 发送邮件 --> <!-- 发送邮件 -->
<Modal <Modal
v-model="emailMOdal" v-model="emailMOdal"
width='1000px' width='1000px'
:mask-closable='false' :mask-closable='false'
...@@ -1278,8 +1278,9 @@ import ckeditor from '../../components/ckeditor' ...@@ -1278,8 +1278,9 @@ import ckeditor from '../../components/ckeditor'
this.emailInline.theme=res.data.body.templateSubject this.emailInline.theme=res.data.body.templateSubject
this.emailInline.receiveEmail=res.data.body.receiveEmail this.emailInline.receiveEmail=res.data.body.receiveEmail
this.emailInline.templateContent=res.data.body.templateContent this.emailInline.templateContent=res.data.body.templateContent
console.log(this.emailInline.templateContent,55555555555555,res.data.body.templateContent)
this.sad=this.emailInline.templateContent this.sad=this.emailInline.templateContent
console.log(res.data.body.resumeInterviewVO,2222222) console.log(this.sad,2222222)
if(res.data.body&&res.data.body.resumeInterviewVO){ if(res.data.body&&res.data.body.resumeInterviewVO){
console.log(res.data.body.resumeInterviewVO.interviewerName,666666666) console.log(res.data.body.resumeInterviewVO.interviewerName,666666666)
this.formInline.UpdateOWER=res.data.body.resumeInterviewVO.interviewerName this.formInline.UpdateOWER=res.data.body.resumeInterviewVO.interviewerName
...@@ -1340,6 +1341,8 @@ import ckeditor from '../../components/ckeditor' ...@@ -1340,6 +1341,8 @@ import ckeditor from '../../components/ckeditor'
}, },
getEditorValue(value){ getEditorValue(value){
this.emailContent=value this.emailContent=value
this.sad = value
console.log(this.emailContent,89889)
if(this.emailContent==''){ if(this.emailContent==''){
this.isDisable=false this.isDisable=false
}else{ }else{
......
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