qinhouyu 2 years ago
parent
commit
a2833d5168
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/eventdetailsdialog.vue

+ 4 - 0
src/views/eventdetailsdialog.vue

@@ -3570,6 +3570,8 @@ export default {
       this.$refs.eventLogUpload.eventLogUpload(this.eventCode);
     },
     cancelEventShow() {
+      this.mapToolShow=false
+      this.mapToolCheckItem = [];
       this.statusFlag = null;
       this.deptId = null;
       console.log("关闭事件弹窗");
@@ -3577,6 +3579,8 @@ export default {
       this.mapToolShow = false;
     },
     showEventDialog(eventCode) {
+      this.mapToolShow=false
+      this.mapToolCheckItem = [];
       this.fireControlViewList();
       this.eventCode = eventCode;
       let that = this;