Commit a9cbc267 authored by zhangderong's avatar zhangderong

修改正文不能为空为请填写完整的信息

parent 0df9f942
......@@ -1355,7 +1355,7 @@ import ckeditor from '../../components/ckeditor'
if(this.emailContent==''){
this.$Notice.error({
title: '提示',
desc: '正文不能为空'
desc: '请填写完整的信息'
});
return
}
......
......@@ -1247,7 +1247,7 @@ export default {
if(this.emailContent==''){
this.$Notice.error({
title: '提示',
desc: '正文不能为空'
desc: '请填写完整的信息'
});
return
}
......
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