Sfoglia il codice sorgente

事件详情地图功能 打开后隐藏并清空

王通 1 anno fa
parent
commit
654341a7ab
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      src/views/eventdetailsdialog.vue

+ 5 - 1
src/views/eventdetailsdialog.vue

@@ -107,7 +107,7 @@
                               </div>
                             </div>
                             <a :href="visuForestCloudYuAnBo.fileUrl">{{
-                              visuForestCloudYuAnBo.reserveName | ellipsisFont6
+                                visuForestCloudYuAnBo.reserveName | ellipsisFont6
                               }}</a>
                           </el-tooltip>
                         </el-carousel-item>
@@ -3567,6 +3567,8 @@ export default {
       this.$refs.eventLogUpload.eventLogUpload(this.eventCode);
     },
     cancelEventShow() {
+      this.mapToolShow=false
+      this.mapToolCheckItem = [];
       this.statusFlag = null;
       this.deptId = null;
       console.log("关闭事件弹窗");
@@ -3574,6 +3576,8 @@ export default {
       this.mapToolShow = false;
     },
     showEventDialog(eventCode) {
+      this.mapToolShow=false
+      this.mapToolCheckItem = [];
       this.fireControlViewList();
       this.eventCode = eventCode;
       let that = this;