openatc-components 0.0.83 → 0.0.84

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.
@@ -398,7 +398,6 @@ export default {
398
398
  },
399
399
  methods: {
400
400
  refreshShow (showWalk) {
401
- console.log(showWalk, 'showWalk')
402
401
  for (let i = 0; i < 16; i++) {
403
402
  if (this.status[i].isshow) {
404
403
  this.status[i].isshow = false
@@ -303,6 +303,7 @@ export default {
303
303
  statusData: {
304
304
  handler: function (val) {
305
305
  this.initData()
306
+ this.getPedPhasePos()
306
307
  },
307
308
  // 深度观察监听
308
309
  deep: true