From 648056d69b434eaf050badb7b2c662444568d14e Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Mon, 16 Jun 2025 08:33:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(map):=20=E7=A7=BB=E9=99=A4=E6=B4=AA?= =?UTF-8?q?=E6=B0=B4=E6=8E=92=E6=94=BE=E5=8F=A3=E5=92=8C=E5=85=A5=E6=B5=B7?= =?UTF-8?q?=E6=8E=92=E6=94=BE=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/bottom_utils.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/map/components/bottom_utils.vue b/src/views/map/components/bottom_utils.vue index f1417a8..0b54a52 100644 --- a/src/views/map/components/bottom_utils.vue +++ b/src/views/map/components/bottom_utils.vue @@ -100,6 +100,8 @@ const fnMapRemoveElement = () => { mapMethods.value.removeRiver(); mapMethods.value.removeBridge(); mapMethods.value.removeHalo(); + mapMethods.value.removeFloodDischargeOutlet(); + mapMethods.value.removeEnterSeaOutlet(); }; const fnMapAddPoint = (params = {}) => { if (currentActiveName.value === "尾矿库")