查询方法都改一改
This commit is contained in:
parent
ddbe3c72db
commit
9a97c65d32
@ -833,6 +833,14 @@ const selectTime = () => {
|
|||||||
//选择时间
|
//选择时间
|
||||||
|
|
||||||
meteorologicals()
|
meteorologicals()
|
||||||
|
meteorology({
|
||||||
|
data: value.value,
|
||||||
|
alertRange: radio1.value,
|
||||||
|
flag: 1,
|
||||||
|
}).then(res => {
|
||||||
|
SaveResultsDiv.value = res.data
|
||||||
|
updatePagedData()
|
||||||
|
})
|
||||||
// getmeteorologicalFreezes();
|
// getmeteorologicalFreezes();
|
||||||
};
|
};
|
||||||
const subText = () => {
|
const subText = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user