Browse Source

feat: 参数调整

zhangjie 11 months ago
parent
commit
182568bd49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/print/components/ModifyPlanPaper.vue

+ 1 - 1
src/modules/print/components/ModifyPlanPaper.vue

@@ -225,7 +225,7 @@ export default {
       this.papers = await linkPaperNumberList({
         examTaskId: this.instance.id,
         printPlanId: this.instance.printPlanId,
-        courseCode: this.instance.courseCode,
+        courseId: this.instance.courseId,
       });
 
       const paper = this.papers.find(