|
@@ -1169,7 +1169,7 @@ export default {
|
|
this.$message.error("请选择团组名称");
|
|
this.$message.error("请选择团组名称");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if (this.fileList.length <= 0 && that.OpOfficialActivitiesDto.officialForm != 384) {
|
|
|
|
|
|
+ if (this.fileList.length <= 0 && this.OpOfficialActivitiesDto.officialForm != 384) {
|
|
this.$message.error("请先选取邮件截图");
|
|
this.$message.error("请先选取邮件截图");
|
|
return;
|
|
return;
|
|
}
|
|
}
|