openatc-components 0.1.78 → 0.1.79

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.
@@ -182,10 +182,14 @@ export default {
182
182
  control: 24,
183
183
  delay: this.manualInfo.delay,
184
184
  duration: this.manualInfo.duration,
185
- type: this.manualInfo.type,
186
- phase: this.manualInfo.phase,
187
- level: this.manualInfo.level
185
+ data: {
186
+ type: this.manualInfo.type,
187
+ phase: this.manualInfo.phase,
188
+ level: this.manualInfo.level
189
+ }
190
+
188
191
  }
192
+ console.log(submitdata, 'submitdata')
189
193
  this.$emit('closePhaseControl', submitdata)
190
194
  }
191
195
  }