up
This commit is contained in:
@ -1074,7 +1074,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 });
|
||||
});
|
||||
|
Reference in New Issue
Block a user