zhangjie 1 ano atrás
pai
commit
bc1de14be5

+ 2 - 2
src/modules/course/components/score/SetBlueDialog.vue

@@ -172,7 +172,7 @@ export default {
 
       const res = await endScorePaperPositiveSync({
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
         paperNumber: this.dataList[0]?.paperNumber,
       }).catch(() => {});
@@ -250,7 +250,7 @@ export default {
       this.isSubmit = true;
       const datas = {
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
         paperStruct: this.dataList,
       };

+ 1 - 1
src/modules/course/components/score/SyncPaperDialog.vue

@@ -89,7 +89,7 @@ export default {
 
       const datas = {
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
         paperNumber: this.modalForm.paperNumber,
       };