|
@@ -1920,7 +1920,7 @@ export default {
|
|
|
.$store.state.userInfo.schoolCode :
|
|
|
this.$store.state
|
|
|
.userInfo.TEAMModelId,
|
|
|
- link: `/syllabus/${this.curNode.id}/${file.name}`
|
|
|
+ link: `/syllabus/${this.curNode.id}/${file.name}`,
|
|
|
})
|
|
|
r2(200)
|
|
|
|
|
@@ -2059,7 +2059,8 @@ export default {
|
|
|
code: 'Item-' + this.curCode,
|
|
|
scope: this.curScope,
|
|
|
cntr: this.curCode,
|
|
|
- link: `/syllabus/${this.curNode.id}/${i.id}/${i.id}.json`
|
|
|
+ link: `/syllabus/${this.curNode.id}/${i.id}/${i.id}.json`,
|
|
|
+ subType: i.type,
|
|
|
})
|
|
|
}
|
|
|
})
|