diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue index 6e34f7b..2d4ea06 100644 --- a/src/views/oneMap/index.vue +++ b/src/views/oneMap/index.vue @@ -539,7 +539,7 @@ }); // 四色图图例显示隐藏 bus.on("SiSeTuBol", (params) => { - SiSeTuBol.value = params; + AllData.SiSeTuBol = params; }); }); onBeforeUnmount(() => { @@ -557,7 +557,7 @@ ShowTuCheng.value = false; showRainFlow.value = false; showPanel.value = false; - SiSeTuBol.value = false; + AllData.SiSeTuBol = false; // 改变菜单选中索引 AllData.AC_MenuIndex = item.id; // 二级也选中一级菜单默认展示的那个 @@ -579,7 +579,7 @@ const ErJiMenuClick = (item, item2) => { ShowTuCheng.value = false; showRainFlow.value = false; - SiSeTuBol.value = false; + AllData.SiSeTuBol = false; console.log(22); // 改变菜单选中索引 AllData.AC_MenuIndex = item.id;