|
@@ -145,7 +145,7 @@ export default {
|
|
}
|
|
}
|
|
const res = await searchCourses({
|
|
const res = await searchCourses({
|
|
examId: this.form.examId,
|
|
examId: this.form.examId,
|
|
- code: this.form.code,
|
|
|
|
|
|
+ courseCode: this.form.courseCode,
|
|
hasPaper: this.form.hasPaper,
|
|
hasPaper: this.form.hasPaper,
|
|
pageNumber: this.currentPage,
|
|
pageNumber: this.currentPage,
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|