openatc-components 0.1.76 → 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
- data: {
186
- type: this.manualInfo.type,
187
- phase: this.manualInfo.phase,
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
  }
@@ -72,7 +72,7 @@
72
72
  <kan-ban v-for="n in ringCount"
73
73
  :key="n" class="closephasekanban"
74
74
  :index="n"
75
- :options="patternOne.length===0?planPattern[0].options:patternOne[0].options"
75
+ :options="options"
76
76
  :list="patternOne.length===0?planPattern.rings[n-1]:patternOne[0].rings[n-1]"
77
77
  :phaseList="phaseList"
78
78
  :header-text="$t('openatccomponents.pattern.ring')+n"
@@ -87,6 +87,7 @@
87
87
  class="closephasekanban"
88
88
  :key="index"
89
89
  :stage="stage"
90
+ :options="options"
90
91
  :stageInfo="patternOne.length===0?stagesList:patternOne[0].stagesList"
91
92
  :coordphaseOption="coordphaseOption"
92
93
  :subIndex="index"
@@ -105,7 +106,7 @@
105
106
  v-for="(j,index) in ringCounts"
106
107
  :key="index"
107
108
  class="closephasekanban"
108
- :options="patternOne.length===0?planPattern[0].options:patternOne[0].options"
109
+ :options="options"
109
110
  :header-text="$t('openatccomponents.pattern.ring')+j"
110
111
  :list="patternOne.length===0?planPattern.rings[j-1]:patternOne[0].rings[j-1]"
111
112
  >