openatc-components 0.0.81 → 0.0.82

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.
@@ -179,6 +179,7 @@ export default {
179
179
  this.getIndexStage()
180
180
  }
181
181
  // this.controlDatas = this.controlData
182
+ this.getPedPhasePos()
182
183
  this.handlePatternData()
183
184
  this.handleBarrierHeight()
184
185
  },
@@ -187,10 +188,10 @@ export default {
187
188
  },
188
189
  phaseList: {
189
190
  handler: function (val, oldVal) {
190
- this.handlePatternData()
191
191
  this.getPedPhasePos()
192
192
  this.getBusPos()
193
193
  this.getStage()
194
+ this.handlePatternData()
194
195
  },
195
196
  // 深度观察监听
196
197
  deep: true