From bc707c6988d4302e06ea99be2a088b74feee02e6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 06 Apr 2023 10:08:37 +0800
Subject: [PATCH] el-dialog更改

---
 src/components/map/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 8cfce64..ae7e3d8 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-08-18 17:00:30
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-04-05 04:31:12
+ * @LastEditTime: 2023-04-06 09:52:22
  * @FilePath: \srs-police-affairs\src\components\map\index.vue
  * @Description: 公用地图组件
  * 
@@ -631,6 +631,8 @@
 
             if (this.tilesetLayerType == type && status == '') {
                 this.tilesetLayerType = ''
+
+
             } else {
                 this.tilesetLayerType = type
 
@@ -641,6 +643,11 @@
                     label.forEach(item => {
                         this.addMxTileset(`sdTilesetLayer${item}`, `${tile3DUrl}/sf3d/361102/model/all1/${item}/tileset.json`)
                     })
+
+                this.$EventBus.$emit('showHouseingTileset', {
+                    curType: this.tilesetLayerType,
+                    type,
+                })
             }
         },
 

--
Gitblit v1.9.3