管道基础大数据平台系统开发-【前端】-新系統界面
src/components/MapView/mapSpacePop.vue
@@ -473,10 +473,18 @@
            }
            that.$store.state.propertiesFlag = "2"
          } else {
            that.$store.state.propertiesFlag = propertiesFlag
            if (propertiesFlag == 1) {
              that.$store.state.propertiesFlag = propertiesFlag
            } else {
              that.$store.state.propertiesFlag = null
            }
          }
        } else {
          that.$store.state.propertiesFlag = propertiesFlag
          if (propertiesFlag == 1) {
            that.$store.state.propertiesFlag = propertiesFlag
          } else {
            that.$store.state.propertiesFlag = null
          }
        }
      }, Cesium.ScreenSpaceEventType.MOUSE_MOVE)
    },
@@ -569,10 +577,6 @@
          num -= val[i].botdepth;
          this.$store.state.histogramLayer.push(layer)
        }
      }
    },
@@ -864,7 +868,7 @@
  },
  destroyed() {
    this.$store.state.propertiesFlag = null
    if (propertieshandler != null && Cesium.defined(propertieshandler)) {
    if (window.propertieshandler != null && Cesium.defined(window.propertieshandler)) {
      window.propertieshandler.removeInputAction(
        Cesium.ScreenSpaceEventType.LEFT_CLICK
      )