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

@ -1056,7 +1056,7 @@ const resetForm = () => {
const getparameterEstimationYears = () => {
getparameterEstimationYear({ type: '玉米' }).then(res => {
yearTime.value = { name: res.data[0] };
oldDatas.value = { name: res.data[0] };
oldDatas.value = { name: res.data[res.data.length - 1] }
res.data.forEach(item => {
dataSource.value.push({ name: item });
});