|
@@ -35,9 +35,9 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column prop="examName" label="考试名称" min-width="200">
|
|
|
<span slot-scope="scope"
|
|
|
- >{{ scope.row.examName | defaultFieldFilter }}({{
|
|
|
- scope.row.examId
|
|
|
- }})</span
|
|
|
+ >{{ scope.row.examName | defaultFieldFilter }}({{
|
|
|
+ scope.row.thirdRelateId
|
|
|
+ }})</span
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="startTime" label="开始时间" width="170">
|
|
@@ -171,7 +171,7 @@ export default {
|
|
|
this.syncLoading = true;
|
|
|
const res = await scoreLogSync({
|
|
|
semesterId: this.filter.semesterId,
|
|
|
- thirdRelateId: row.examId,
|
|
|
+ thirdRelateId: row.thirdRelateId,
|
|
|
examId: this.filter.examId
|
|
|
}).catch(() => {});
|
|
|
this.syncLoading = false;
|