zhangjie 1 年之前
父节点
当前提交
9e8df39b0e

+ 4 - 4
src/modules/course/components/TargetReportDetail.vue

@@ -481,7 +481,7 @@ export default {
       await this.checkChange();
       const data = await targetReportDetail({
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
       });
       this.buildData(data);
@@ -489,7 +489,7 @@ export default {
     async checkChange() {
       const res = await targetReportChangeCheck({
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
         report: true,
       });
@@ -860,7 +860,7 @@ export default {
       const res = await targetReportSave({
         examId: this.course.examId,
         courseName: this.course.courseName,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
         ...this.courseBasicInfo,
       }).catch(() => {});
@@ -877,7 +877,7 @@ export default {
       const res = await downloadByApi(() => {
         const datas = {
           examId: this.course.examId,
-          courseCode: this.course.courseCode,
+          courseId: this.course.courseId,
           teachCourseId: this.course.teachCourseId,
         };
         return exportTargetReport(datas);

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

@@ -151,7 +151,7 @@ export default {
     async getBlueDetail() {
       const res = await endScorePaperPositiveDetail({
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         teachCourseId: this.course.teachCourseId,
       });
       this.dataList = res || [];

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

@@ -82,7 +82,7 @@ export default {
     async checkChange() {
       const res = await targetReportChangeCheck({
         examId: this.course.examId,
-        courseCode: this.course.courseCode,
+        courseId: this.course.courseId,
         paperNumber: this.course.paperNumber,
         teachCourseId: this.course.teachCourseId,
         report: false,

+ 5 - 0
src/modules/mark/components/ScoreClassDetail.vue

@@ -203,6 +203,11 @@
             width="180"
             sortable
           ></el-table-column>
+          <el-table-column
+            prop="statusDisplay"
+            label="状态"
+            width="100"
+          ></el-table-column>
           <el-table-column
             prop="collegeName"
             label="院系"