| | |
| | | maxHeight="400" |
| | | @close="close(data.id)" |
| | | left="calc(90% - 900px)" |
| | | top="calc(100% - 470px) " |
| | | top="calc(100% - 530px) " |
| | | > |
| | | <div> |
| | | <div style="width:940px;height:400px;" v-drag> |
| | | <div |
| | | style="width:940px;height:460px;" |
| | | v-drag |
| | | > |
| | | <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" /> |
| | | <map-space-pop v-if="$store.state.mapPopBoxFlag == '2'" /> |
| | | <pipe-line-analy v-if="$store.state.mapPopBoxFlag == '3'" /> |
| | |
| | | ) |
| | | window.histogramHandler = null |
| | | } |
| | | var entitys = Viewer.entities._entities._array; |
| | | for (var i = 0; i < entitys.length; i++) { |
| | | if (entitys[i]._name === "地质体模型") { |
| | | Viewer.entities.remove(entitys[i]); |
| | | i--; |
| | | } |
| | | } |
| | | this.$store.state.histLenged = false; |
| | | }, |
| | | // 打开弹窗 |
| | | open(title, value, style = {}) { |