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