openatc-components 0.5.64 → 0.5.65

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.
@@ -533,6 +533,7 @@ export default {
533
533
  }
534
534
  return
535
535
  }
536
+ this.$emit('getTscControl', data)
536
537
  if (data.data.data.data) {
537
538
  this.crossStatusData = JSON.parse(JSON.stringify(data.data.data.data))
538
539
  } else {