let yearlist = []
yearlistAPI.forEach(item => {
yearlist.push({
label: item + '',
value: item,
})
})
console.log(yearlist, 'yearlist')
let yearlist = []
yearlistAPI.forEach(item => {
yearlist.push({
label: item + '',
value: item,
})
})
console.log(yearlist, 'yearlist')