|
@@ -98,9 +98,9 @@ const searchWeatherForm = ref({recordTime: '', current: 1, size: 20, total: 0})
|
|
|
|
|
|
//日期时间被选择
|
|
//日期时间被选择
|
|
const weatherTime = ref(null)
|
|
const weatherTime = ref(null)
|
|
-const weatherTimeUpdate = ({val,arr}) => {
|
|
|
|
|
|
+const weatherTimeUpdate = ({query,arr}) => {
|
|
weatherTime.value = arr
|
|
weatherTime.value = arr
|
|
- searchWeatherForm.value.recordTime = val['start'] + '~' + val['end']
|
|
|
|
|
|
+ searchWeatherForm.value.recordTime = query
|
|
}
|
|
}
|
|
|
|
|
|
//搜索
|
|
//搜索
|