diff --git a/src/views/floodSys/floodOneMap/commonPopup.vue b/src/views/floodSys/floodOneMap/commonPopup.vue
index 7a1718d..07780c0 100644
--- a/src/views/floodSys/floodOneMap/commonPopup.vue
+++ b/src/views/floodSys/floodOneMap/commonPopup.vue
@@ -5,13 +5,13 @@
{{ allData.dataList.pumpName }}
{{ allData.dataList.sewageName }}
{{ allData.dataList.roadName }}
-
{{ allData.dataList.name }}
+
+
diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue
index e4d464b..51b853c 100644
--- a/src/views/floodSys/floodOneMap/tabRightWL.vue
+++ b/src/views/floodSys/floodOneMap/tabRightWL.vue
@@ -881,7 +881,7 @@
allData.centerSearchShow = true;
getWeatherPredict();
getRealtimeRain();
- nextTick(() => {
+ setTimeout(() => {
let closeCommonPopup = false;
bus.emit('closeCommonPopup', closeCommonPopup);
bus.emit('initeLayer', ['rainStation']);
@@ -891,7 +891,7 @@
pitch: 55,
});
//dataToMap('rainStation', tableData1.value);
- });
+ }, 100);
} else if (allData.currentIndex == 2) {
allData.centerSearchShow = false;
await getRealtimePipeLine();