openatc-components 0.1.21 → 0.1.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -182,9 +182,12 @@ 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
  }
189
192
  console.log(submitdata, 'submitdata')
190
193
  this.$emit('closePhaseControl', submitdata)