openatc-components 0.4.93 → 0.4.94

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.
@@ -839,6 +839,8 @@ export default {
839
839
  this.curChooseIconIndex = -1
840
840
  let savedTemp = JSON.parse(JSON.stringify(this.LoadedChannelizatonData))
841
841
  let arr = []
842
+ this.isDefaultShowQuhua = savedTemp.isDefaultShowQuhua
843
+ delete savedTemp.isDefaultShowQuhua
842
844
  for (const [key, value] of Object.entries(savedTemp)) {
843
845
  if (key === 'vehile') {
844
846
  this.Motorways = value