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