diff --git a/src/views/index.vue b/src/views/index.vue index ae2cf92..0c88eb6 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1761,6 +1761,8 @@ const handleObstacle = () => { if (data) { dotIndex.value = table1Data.value.findIndex(v => v.Lon === data.Lon && v.Lat === data.Lat && v.Strength === data.Strength) } + getShildTableList() + getObstacleList() }) } // 批量处理