|  | @@ -37,6 +37,7 @@
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |      <el-card shadow="hover" class="mt20">
 | 
	
		
			
				|  |  |        <template #header>选科通知</template>
 | 
	
		
			
				|  |  | +      <el-button @click="goReportDemo">报告示例</el-button>
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <el-dialog :visible.sync="helpVideo.visible">
 | 
	
	
		
			
				|  | @@ -54,6 +55,7 @@ import TestResult from '@/views/elective/test/components/test-result'
 | 
	
		
			
				|  |  |  import SelectSubject from '@/views/system/user/profile/components/select-subject'
 | 
	
		
			
				|  |  |  import ReportTable from '@/views/system/user/profile/components/report-table'
 | 
	
		
			
				|  |  |  import ElectiveGenerationSteps from '@/views/elective/generation/components/elective-generation-steps'
 | 
	
		
			
				|  |  | +import TransferMixin from '@/components/mx-transfer-mixin'
 | 
	
		
			
				|  |  |  import config from '@/common/mx-config'
 | 
	
		
			
				|  |  |  import {
 | 
	
		
			
				|  |  |    getStudentElectiveModels,
 | 
	
	
		
			
				|  | @@ -63,6 +65,7 @@ import {
 | 
	
		
			
				|  |  |  } from '@/api/webApi/elective/selected-subject'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  | +  mixins: [TransferMixin],
 | 
	
		
			
				|  |  |    provide() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        optionalMajors: this.getOptionalMajors,
 | 
	
	
		
			
				|  | @@ -198,6 +201,10 @@ export default {
 | 
	
		
			
				|  |  |          this.selectObj = res.data['selectResult']
 | 
	
		
			
				|  |  |          this.allowSelect = res.data.allowSelect
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    goReportDemo() {
 | 
	
		
			
				|  |  | +      const path = '/elective/report/index'
 | 
	
		
			
				|  |  | +      this.transferTo(path)
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 |