@@ -1021,7 +1021,7 @@ export default {
this.updateExamTaskDetail();
if (this.examTask.twoPaperEnable && this.paperAttachments.length < 2) {
- this.$message.error("一个命题任务至少交AB两套试卷");
+ this.$message.error("一个命题任务至少提交两套试卷");
return Promise.reject();
}
@@ -1097,7 +1097,7 @@ export default {
this.curTaskApply.twoPaperEnable &&
this.paperAttachments.length < 2
) {
return;