JX.LI 1 year ago
parent
commit
b733ec556d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/eventdetailsdialog.vue

+ 4 - 0
src/views/eventdetailsdialog.vue

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