From ddf60f1de7a1632e5673806838aa1ef74fd3886b Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期二, 06 五月 2025 14:20:33 +0800
Subject: [PATCH] 修改选中区域flyTo以及标红;避险场所面片未清除;存储方案模拟区域

---
 src/views/left/Simulation.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/left/Simulation.vue b/src/views/left/Simulation.vue
index a528dae..e477d5d 100644
--- a/src/views/left/Simulation.vue
+++ b/src/views/left/Simulation.vue
@@ -28,7 +28,8 @@
 import { ref, defineEmits, provide } from "vue";
 import citySim from "./CitySim.vue";
 import kgSim from "./KGSim.vue";
-import dayjs from 'dayjs';
+import dayjs from "dayjs";
+import { EventBus } from "@/eventBus"; // 寮曞叆浜嬩欢鎬荤嚎
 
 import { SimAPIStore } from "@/store/simAPI";
 
@@ -51,6 +52,7 @@
 // 杩斿洖涓婁竴绾�
 const goBack = () => {
   emits("back", clickValue.value);
+  EventBus.emit("close-selectArea");
 };
 
 // 璁$畻绱鏃堕暱

--
Gitblit v1.9.3