This commit is contained in:
2023-07-26 17:29:34 +08:00
parent 5bc7e7c3d1
commit 7a43f39ec8
278 changed files with 981 additions and 541 deletions

View File

@ -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 });
});