qinhouyu 2 gadi atpakaļ
vecāks
revīzija
a2833d5168
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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;