|
@@ -117,7 +117,7 @@ const getYearList = async () => {
|
|
const arr = getArrValue(data)
|
|
const arr = getArrValue(data)
|
|
yearoptions.value = arr
|
|
yearoptions.value = arr
|
|
if ( yearoptions.value.length > 0) {
|
|
if ( yearoptions.value.length > 0) {
|
|
- checkyear.value = yearoptions.value[0]
|
|
|
|
|
|
+ checkyear.value = yearoptions.value[yearoptions.value.length - 1]
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
yearoptions.value = []
|
|
yearoptions.value = []
|