|
@@ -194,7 +194,8 @@ export default {
|
|
this.syncLoading = true;
|
|
this.syncLoading = true;
|
|
const res = await scoreSync({
|
|
const res = await scoreSync({
|
|
semesterId: this.filter.semesterId,
|
|
semesterId: this.filter.semesterId,
|
|
- courseCode: this.filter.courseCode
|
|
|
|
|
|
+ courseCode: this.filter.courseCode,
|
|
|
|
+ examId: this.filter.examId
|
|
}).catch(() => {});
|
|
}).catch(() => {});
|
|
this.syncLoading = false;
|
|
this.syncLoading = false;
|
|
if (!res) return;
|
|
if (!res) return;
|