|
@@ -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(
|