openatc-components 0.4.51 → 0.4.52

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.
@@ -784,8 +784,7 @@ export default {
784
784
  this.curChooseIcon = {}
785
785
  axios.get('./img/CrossRoadsSvg.svg').then((val) => {
786
786
  if (!val.data || val.data === '') return
787
- this.loadedChannelizatonData = {
788
- crossMap: {
787
+ this.CrossMapData = {
789
788
  index: -2,
790
789
  icontype: 'crossmap',
791
790
  x: 435,
@@ -796,7 +795,6 @@ export default {
796
795
  imgfilesrc: '',
797
796
  svgstr: val.data,
798
797
  type: 'vectorgraph'
799
- }
800
798
  }
801
799
  })
802
800
  },