|
@@ -421,7 +421,8 @@ export default {
|
|
|
for (let index in resData.papers) {
|
|
|
let blob = resData.papers[index].blob
|
|
|
resData.papers[index].examScope = resData.scope
|
|
|
- resData.papers[index].examId = resData.id
|
|
|
+ // resData.papers[index].examId = resData.id
|
|
|
+ resData.papers[index].examId = resData.scope === 'school' ? this.$store.state.userInfo.schoolCode : this.$store.state.userInfo.TEAMModelId //试卷容器名字
|
|
|
resData.papers[index] = await this.$evTools.getFullPaper(resData.papers[index])
|
|
|
if (!resData.papers[index].subjectId) {
|
|
|
resData.papers[index].subjectId = blob.substring(blob.lastIndexOf('/') + 1)
|