范围点击事件
This commit is contained in:
parent
d895c51712
commit
b6792af6bb
@ -646,7 +646,14 @@ const onclick = () => {
|
||||
//选择范围
|
||||
// getmeteorologicalFreezes();
|
||||
meteorologicals()
|
||||
|
||||
meteorology({
|
||||
data: value.value,
|
||||
alertRange: radio1.value,
|
||||
flag: 1,
|
||||
}).then(res => {
|
||||
SaveResultsDiv.value = res.data
|
||||
updatePagedData()
|
||||
})
|
||||
};
|
||||
const meteorologicals = () => {
|
||||
for (const i in circleLayer.value) {
|
||||
|
Loading…
Reference in New Issue
Block a user