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; } },