管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-20 5d2106137232b0559a14a28165094f0e1b28d14f
src/views/Tools/queryinfo.vue
@@ -61,15 +61,17 @@
    // 关闭弹窗
    close(id) {
      let index = this.PopupData.findIndex((item) => {
        console.log(item);
        console.log(item);
        return item.id === id;
      });
      let data = this.PopupData.splice(index, 1)[0];
      // data.close && data.close();
      if(this.$store.state.primitLayer != null){
sgworld.Viewer.entities.remove(this.$store.state.primitLayer);
      sgworld.Creator.DeleteObject(this.$store.state.primitLayer);
      this.$store.state.primitLayer = null
      }
    },
    // 打开弹窗
    open(title, value, style = {}) {