管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-26 a8b3f0c6e4b19644510d8efeb7f837e50b370c06
src/views/Synthesis/LeftMenu.vue
@@ -1264,8 +1264,7 @@
                close: () => {
                  if (this.$store.state.pipelineEntity.length != 0) {
                    for (var i in this.$store.state.pipelineEntity) {
                      var item = this.$store.state.pipelineEntity[i];
                      sgworld.Viewer.entities.remove(item);
                      sgworld.Viewer.entities.remove(this.$store.state.pipelineEntity[i]);
                    }
                  }
                },