diff --git a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue index 8289c371..265e002b 100644 --- a/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue +++ b/src/views/projectFront/examSystem2/trainRecord/trainPlan.vue @@ -92,8 +92,8 @@
- + + @@ -101,8 +101,8 @@
- + + @@ -508,7 +508,7 @@ export default { }) }, getTeamInfoList (){ - // this.workerInfo.departmentAndTeam = '' + this.workerInfo.departmentAndTeam = '' let data = { projectSn: this.projectSn, enterpriseId: this.workerInfo.enterpriseId?this.workerInfo.enterpriseId:'', @@ -566,6 +566,11 @@ export default { // return // } + if(!this.addCourseForm.courseId && !this.addCourseForm.examPaperId){ + this.$message.error('试卷和课件至少选择一项') + return + } + }, last() {