openatc-components 0.4.63 → 0.4.64

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.
@@ -240,15 +240,6 @@ export default {
240
240
  return
241
241
  }
242
242
  this.getTempCrossInfo(res)
243
- // 显示阶段的判断条件
244
- this.allPatternList = res.data.data.param.patternList
245
- if (this.allPatternList[0].rings === undefined || this.allPatternList[0].rings.length === 0) {
246
- this.contrloType = 'stage'
247
- } else if (this.allPatternList[0].contrloType === 'stage') {
248
- this.contrloType = 'stage'
249
- } else {
250
- this.contrloType = 'ring'
251
- }
252
243
  })
253
244
  },
254
245
  getTempCrossInfo (res) {
@@ -25,7 +25,7 @@
25
25
  'transMiddleCrossImg3': bodyDomWidth <= 300 && bodyDomWidth > 260,
26
26
  'transMiniCrossImg': bodyDomWidth <= 260,
27
27
  'changePaddingBottom': graphicMode }">
28
- <CustomCrossDiagram ref = "crossDiagram" v-if="reset"
28
+ <CustomCrossDiagram ref= "crossDiagram3" v-if="reset"
29
29
  :agentId="agentId"
30
30
  :choosedDirection="choosedDirection"
31
31
  :choosedPedDirection="choosedPedDirection"