|
@@ -420,7 +420,6 @@ export default {
|
|
|
},
|
|
|
// 操作:导出试卷
|
|
|
handleExportExamFile(record) {
|
|
|
- console.log('导出试卷', record);
|
|
|
let that = this;
|
|
|
that.$confirm({
|
|
|
title: '导出试卷',
|
|
@@ -490,7 +489,6 @@ export default {
|
|
|
this.userStudyRecord = [];
|
|
|
this.userStudyRecordPagination.total = resdData.totalElements; // 总条数
|
|
|
}
|
|
|
- console.log(this.userStudyRecord);
|
|
|
this.loading4 = false;
|
|
|
})
|
|
|
.catch(() => {
|