|
|
@@ -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);
|
|
|
},
|
|
|
}
|
|
|
}
|