|
@@ -445,6 +445,7 @@ export default {
|
|
);
|
|
);
|
|
},
|
|
},
|
|
async getStudentVideo() {
|
|
async getStudentVideo() {
|
|
|
|
+ this.viewVideos = [];
|
|
const res = await warningStudentDetail({
|
|
const res = await warningStudentDetail({
|
|
examRecordId: this.examRecordId,
|
|
examRecordId: this.examRecordId,
|
|
});
|
|
});
|
|
@@ -472,7 +473,6 @@ export default {
|
|
records[item.source] = item;
|
|
records[item.source] = item;
|
|
});
|
|
});
|
|
|
|
|
|
- this.viewVideos = [];
|
|
|
|
orderSources.forEach((source) => {
|
|
orderSources.forEach((source) => {
|
|
if (records[source]) {
|
|
if (records[source]) {
|
|
this.viewVideos.push(records[source]);
|
|
this.viewVideos.push(records[source]);
|