...
This commit is contained in:
@@ -83,7 +83,8 @@ export default {
|
||||
isRecoveryVisible(){
|
||||
for(var a in this.$store.state.machineInfo.alarmsReset)
|
||||
{
|
||||
if(a.id == this.alarm.id) return a.restoreIsEnabled;
|
||||
var r = this.$store.state.machineInfo.alarmsReset[a];
|
||||
if(r.id == this.alarm.id) return r.restoreIsEnabled;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user