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