qinhouyu 2 rokov pred
rodič
commit
9c294c2a5a
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      src/views/eventdetailsdialog.vue

+ 4 - 0
src/views/eventdetailsdialog.vue

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