heyujie
2021-03-09 81995aada399b25e9415bf709c918125461c402d
src/pages/panoramicView/components/LabelMark.vue
@@ -297,7 +297,7 @@
  },
  methods: {
    labelOver(item) {
      debugger
      // debugger
      this.$nextTick(() => {
        item.isShow = true;
      })
@@ -399,7 +399,7 @@
      let param = new FormData();
      param.append('file', params.file)
      putPanoramaPic(param).then(res => {
        debugger
        // debugger
        //_this.panoramaPath = res.data.panoramaPath + '?' + Math.random();
        _this.getPanorama()
        _this.$parent.$refs['tracePlot'] && _this.$parent.$refs['tracePlot'].getPanorama();