openatc-components 0.4.95 → 0.4.96

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.
@@ -15,8 +15,8 @@
15
15
  <channelization
16
16
  v-if="isDefaultShowQuhua && reset"
17
17
  ref="channelization"
18
- :AgentId="this.AgentId"
19
- :crossStatusData="realTimeChannelData" />
18
+ :AgentId="agentId"
19
+ :crossStatusData="crossStatusData" />
20
20
  <IntersectionMap
21
21
  v-if="!isDefaultShowQuhua && reset"
22
22
  ref="intersectionMap"
@@ -130,6 +130,7 @@ export default {
130
130
  // this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
131
131
  // }, 3000)
132
132
  this.getPlatform()
133
+ this.getChannelizatonChart()
133
134
  this.crossStatusData = JSON.parse(JSON.stringify(this.channelRealtimeStatusData))
134
135
  },
135
136
  destroyed () {