Commit 4d837333 authored by zhangderong's avatar zhangderong

解决邮箱内容为空问题

parent 0e18fbc6
......@@ -360,8 +360,21 @@
</div>
<div slot='footer' style="text-align:center" class="Ubt">
<Button type='primary' @click='emailModalPush'>取消</Button>
<Button type='primary' @click='confireSendEmail' v-show="this.isShowAll==false" :disabled="!isDisable">发送</Button>
<Button type='primary' @click='confireSendEmail' v-show="this.isShowAll==true" :disabled="!isDisable">添加并发送</Button>
<Button type='primary' @click='modal10=true' v-show="this.isShowAll==false" :disabled="!isDisable">发送</Button>
<Button type='primary' @click='modal10=true' v-show="this.isShowAll==true" :disabled="!isDisable">添加并发送</Button>
</div>
</Modal>
<Modal
v-model="modal10"
width='280px'
:closable='false'>
<div >
<h2 style="text-align: center;color:black">提示</h2>
<p></p>
</div>
<div slot='footer' style="text-align:center">
<Button type='primary' @click='modal10=false'>取消</Button>
<Button type='primary' @click="confireSendEmail" >确定</Button>
</div>
</Modal>
</div>
......@@ -450,6 +463,7 @@ import ckeditor from '../../components/ckeditor'
modal5:false,
modal6:false,
modal7:false,
modal10:false,
title:'',
emailMOdal:false,
DOSTA:'',
......@@ -1226,6 +1240,7 @@ import ckeditor from '../../components/ckeditor'
})
},
getEmailContentValue(value){
this.isDisable=true
this.temp=value
if(this.isShowTwo==true){
this.isShowAll=true
......@@ -1309,6 +1324,8 @@ import ckeditor from '../../components/ckeditor'
}
return false
},
// 确认发送提示
sendEmailOk(){},
// 发送全部内容
sendContent(){},
emailModalPush(){
......
......@@ -1119,6 +1119,7 @@ export default {
})
},
getEmailContentValue(value){
this.isDisable=true
this.temp=value
if(this.isShowTwo==true){
this.isShowAll=true
......
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