openatc-components 0.0.55 → 0.0.56

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.
@@ -298,13 +298,13 @@ export default {
298
298
  }
299
299
  },
300
300
  watch: {
301
- statusData: {
302
- handler: function (val) {
303
- this.initData()
304
- },
305
- // 深度观察监听
306
- deep: true
307
- },
301
+ // statusData: {
302
+ // handler: function (val) {
303
+ // this.initData()
304
+ // },
305
+ // // 深度观察监听
306
+ // deep: true
307
+ // },
308
308
  phaseList: {
309
309
  handler: function (val, oldVal) {
310
310
  this.getPedPhasePos()