|
@@ -372,7 +372,7 @@ export default {
|
|
|
examElStatisticsGetAcademicYear(){
|
|
examElStatisticsGetAcademicYear(){
|
|
|
examElStatisticsGetAcademicYear({}).then(response => {
|
|
examElStatisticsGetAcademicYear({}).then(response => {
|
|
|
this.$set(this,'optionList',response.data);
|
|
this.$set(this,'optionList',response.data);
|
|
|
- this.$set(this,'valueYear',response.data[0].value);
|
|
|
|
|
|
|
+ this.$set(this,'valueYear',response.data[0].gradeNumber);
|
|
|
this.examElStatisticsExamList();
|
|
this.examElStatisticsExamList();
|
|
|
this.examElStatisticsExamChart();
|
|
this.examElStatisticsExamChart();
|
|
|
});
|
|
});
|