月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-10-19 bfe436e493006bea75d32383d6bdfc0af8c7e5d0
src/assets/js/Map/index.js
@@ -84,8 +84,8 @@
      if (Cesium.defined(cartesian)) {
        if (cartesian.id.shpType && cartesian.id.shpType == 'temporaryLayer') {
          that.setEditTemporaryLayer()
          that.setEditTemporaryLayer(cartesian.id._id)
        }
      }
@@ -94,9 +94,9 @@
  setEditTemporaryLayer(res) {
    // store.state.editTemporaryId = res;
    // console.log(store.state.editTemporaryId)
    if (store.state.editTemporaryId) {
    if (store.state.editTemporaryId && store.state.editTemporaryId  == res) {
      store.state.setEditTemporaryShow = true;
    }
  },