surprise
2024-01-08 01ea7ee08e9cc2a3da2b96cffab30c981e33e920
src/components/menu/menulist.vue
@@ -41,6 +41,10 @@
          <span>模型</span>
        </div>  
        
        <div class="menubtn" @click="setMenuQuery()">
          <img class="bhImg" title="查询" src="@/assets/img/right/cx-s.png" />
          <span>查询</span>
        </div>
        <div class="menubtn" @click="setMenuTool(5)">
          <img class="bhImg" title="分析" src="@/assets/img/right/cx-s.png" />
          <span>分析</span>
@@ -245,6 +249,7 @@
import zt from "@/assets/img/left/specialanalyse4.png";
import fx from "@/assets/img/right/cx-s.png";
import tx from "@/assets/img/left/leftnav2.png";
import menuGrid from '@/assets/js/Layer/menuGrid'
export default {
  name: "menulist",
  components: {
@@ -298,6 +303,12 @@
    showSceneCard(){
      this.$store.commit("showSceneBox", "");
    },
    setMenuQuery(){
      this.$store.commit("setMenuQuery",true)
    },
    setGridQuery(){
      menuGrid.init();
    },
    closeAllHighLight(type) {
      // !(type == "plotting") && this.$refs.plotting.clearHighLight();
      // !(type == "roam") && this.$refs.roam.clearActive();