openatc-components 0.2.26 → 0.2.27
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
|
@@ -1162,6 +1162,9 @@ export default {
|
|
|
1162
1162
|
} else {
|
|
1163
1163
|
submitdata.data.cycle = this.getMaxCycle(this.patternOne[0])
|
|
1164
1164
|
}
|
|
1165
|
+
this.patternOne[0].stagesList.forEach((stage) => {
|
|
1166
|
+
delete stage.split
|
|
1167
|
+
})
|
|
1165
1168
|
submitdata.data.stagesList = this.patternOne[0].stagesList
|
|
1166
1169
|
}
|
|
1167
1170
|
submitdata.data.offset = this.offset
|