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