up
This commit is contained in:
@ -747,7 +747,7 @@ function rightFoldClick() {
|
||||
|
||||
const getLhdyears = () => {
|
||||
getLhdyear().then(res => {
|
||||
oldDatas.value = { name: res.data[0] };
|
||||
oldDatas.value = { name: res.data[res.data.length - 1] }
|
||||
res.data.forEach(item => {
|
||||
dataSource.value.push({ name: item });
|
||||
});
|
||||
|
Reference in New Issue
Block a user