|
@@ -8,7 +8,6 @@
|
|
|
<basic-container class='full-width'>
|
|
<basic-container class='full-width'>
|
|
|
<div class="flex flex-align-start mb-15">
|
|
<div class="flex flex-align-start mb-15">
|
|
|
<el-select v-model="year" clearable
|
|
<el-select v-model="year" clearable
|
|
|
- placeholder="2023"
|
|
|
|
|
style="width: 15%"
|
|
style="width: 15%"
|
|
|
@change="yearSelect"
|
|
@change="yearSelect"
|
|
|
>
|
|
>
|
|
@@ -100,9 +99,15 @@ export default {
|
|
|
{
|
|
{
|
|
|
value: 2018,
|
|
value: 2018,
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ value: 2017,
|
|
|
|
|
+ },
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ created() {
|
|
|
|
|
+ this.year = new Date().getFullYear()
|
|
|
|
|
+ },
|
|
|
methods: {
|
|
methods: {
|
|
|
changeDept(res) {
|
|
changeDept(res) {
|
|
|
if (res === null) {
|
|
if (res === null) {
|