openatc-components 0.2.24 → 0.2.25
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
|
@@ -490,15 +490,16 @@ export default {
|
|
|
490
490
|
changeStage () {
|
|
491
491
|
this.contrloType = 'stage'
|
|
492
492
|
this.isRing = true
|
|
493
|
-
this.patternOne = this.allPatternList.filter(item => {
|
|
494
|
-
|
|
495
|
-
})
|
|
496
|
-
this.getStageCycle()
|
|
493
|
+
// this.patternOne = this.allPatternList.filter(item => {
|
|
494
|
+
// return item.id === Number(this.manualInfo.tempPatternid)
|
|
495
|
+
// })
|
|
496
|
+
// this.getStageCycle()
|
|
497
497
|
},
|
|
498
498
|
getStageCycle () {
|
|
499
499
|
// this.patternOne.length === 0 ? this.allPatternList this.patternOne
|
|
500
500
|
if (this.patternOne.length === 0) {
|
|
501
|
-
this.setStageList(this.planPattern.stagesList, this.planPattern.id)
|
|
501
|
+
// this.setStageList(this.planPattern.stagesList, this.planPattern.id)
|
|
502
|
+
// this.planPattern.stagesList = []
|
|
502
503
|
} else {
|
|
503
504
|
// this.patternOne = this.allPatternList.filter(item => {
|
|
504
505
|
// return item.id === Number(this.manualInfo.tempPatternid)
|