Browse Source

feat: 参数调整

zhangjie 11 tháng trước cách đây
mục cha
commit
182568bd49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(