dedsudiyu 1 mese fa
parent
commit
1b810061db

+ 1 - 0
src/views/components/mapComponent.vue

@@ -357,6 +357,7 @@
           this.$parent.setNoticeData(null,3)
         }
         this.$set(this,'alarmType',false);
+        this.laboratoryBigViewSelectTriggerInfo();
       },
       /*************** 定时器相关 ***************/
       //通知定时器

+ 2 - 0
src/views/components/subComponent.vue

@@ -287,11 +287,13 @@
       offAlarm(){
         laboratoryPlanCloseRiskPlan({eventId:this.newData.alarmData.eventId}).then(response => {
           this.$set(this,'alarmType',false);
+          this.$set(this.newData,'alarmType',false);
           this.$parent.setOffAlarm();
         });
       },
       setOffAlarm(){
         this.$set(this,'alarmType',false);
+        this.$set(this.newData,'alarmType',false);
       },
     }
   }