|
@@ -2755,9 +2755,10 @@ export default {
|
|
|
if (n && this.$route.name === 'syllabus') {
|
|
|
this.nodeItems = []
|
|
|
this.tabResources = []
|
|
|
- if (old && old.id) {
|
|
|
- this.getSchoolInfo(n.periodIndex)
|
|
|
- }
|
|
|
+ // if (old && old.id) {
|
|
|
+ // this.getSchoolInfo(n.periodIndex)
|
|
|
+ // }
|
|
|
+ this.getSchoolInfo(n.periodIndex)
|
|
|
this.currentPeriodIndex = n.periodIndex
|
|
|
}
|
|
|
}
|