|
@@ -7,7 +7,7 @@
|
|
|
></evaluation-title>
|
|
|
<div class="content-box">
|
|
|
<div class="xkcx-input-box">
|
|
|
- <div>
|
|
|
+ <div v-if="false">
|
|
|
<el-select
|
|
|
v-model="selected.selectNian"
|
|
|
@change="onChangeYear"
|
|
@@ -22,7 +22,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
- <div class="button-school">
|
|
|
+ <div>
|
|
|
<el-button plain @click="onChangeSchoolPopup">
|
|
|
学校
|
|
|
<i class="el-icon-my-button"></i>
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- this.httpGetXkcxYears()
|
|
|
+ // this.httpGetXkcxYears() // Cancelled year condition, use student's grade year instead.
|
|
|
this.httpGetMarjorsList()
|
|
|
},
|
|
|
methods: {
|