|
@@ -1371,8 +1371,12 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
addContent() {
|
|
|
- if (this.courseText.trim().length == 0)
|
|
|
+ if(this.fileList.length == 0){
|
|
|
+ return this.$message.error("请选择表单")
|
|
|
+ } else if (this.courseText.trim().length == 0){
|
|
|
return this.$message.error("请输入内容");
|
|
|
+ }
|
|
|
+
|
|
|
let message = this.courseText;
|
|
|
if (this.courseText) {
|
|
|
let msg = ``;
|