openatc-components 0.0.33 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -574,7 +574,7 @@ export default {
|
|
|
574
574
|
}
|
|
575
575
|
if (!this.realtimeStatusModalvisible) {
|
|
576
576
|
console.log(control)
|
|
577
|
-
this.$emit('
|
|
577
|
+
this.$emit('patternCommitCallback', control)
|
|
578
578
|
return
|
|
579
579
|
}
|
|
580
580
|
this.lockScreen()
|
|
@@ -695,7 +695,7 @@ export default {
|
|
|
695
695
|
},
|
|
696
696
|
closePhaseControl (controldata) {
|
|
697
697
|
if (!this.realtimeStatusModalvisible) {
|
|
698
|
-
this.$emit('
|
|
698
|
+
this.$emit('patternCommitCallback', controldata)
|
|
699
699
|
return
|
|
700
700
|
}
|
|
701
701
|
this.lockScreen()
|