月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2024-03-01 12075d0fa73d963ff5d6dbc4727fb95fb6084961
src/views/plotting/plotting.vue
@@ -117,7 +117,8 @@
        entitiesData: {},
        getData: {},
      };
      store.state.plottingInquireData = obj;
     store.state.plottingInquireData = obj;
      break;
    }
  }
@@ -286,6 +287,7 @@
watch(
  () => store.state.plottingInquireData,
  (nVal, oVal) => {
    if(!nVal)return
    if (nVal.isshow == false) {
      //列表删除联动
      if (nVal.entitiesData != {} && nVal.entitiesData.name) {
@@ -295,6 +297,7 @@
            break;
          }
        }
        store.state.plottingInquireData = null
      }
    }
  },
@@ -365,8 +368,8 @@
          margin-right: 18px;
        }
        .btn_box_d {
          width: 17px;
          height: 18px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/d.png") no-repeat center;
          background-size: 100% 100%;
        }
@@ -375,8 +378,8 @@
          background-size: 100% 100%;
        }
        .btn_box_x {
          width: 26px;
          height: 27px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/x.png") no-repeat center;
          background-size: 100% 100%;
        }
@@ -385,8 +388,8 @@
          background-size: 100% 100%;
        }
        .btn_box_m {
          width: 22px;
          height: 20px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/m.png") no-repeat center;
          background-size: 100% 100%;
          margin-right: 0;