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