This commit is contained in:
2023-09-19 14:34:21 +08:00
parent 4c2c1739fc
commit e1446b6082
256 changed files with 262 additions and 227 deletions

View File

@ -519,7 +519,7 @@ const depthclick = item => {
};
const dowcity = () => {
getmeteorology({
name: city.value,
msName: city.value,
whetherToDownload: true,
startTime: value1.value[0] ? moment(value1.value[0]).format('YYYY-MM-DD HH:mm:ss') : null,
endTime: value1.value[1] ? moment(value1.value[1]).format('YYYY-MM-DD HH:mm:ss') : null,