whj 7 hónapja
szülő
commit
9bc3ee961f
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/views/store/store/modules/PositionMap.vue

+ 1 - 0
src/views/store/store/modules/PositionMap.vue

@@ -37,6 +37,7 @@ export default {
         positionX: 0,
         positionY: 0
       }
+      if (!this.opcImg) return
       // calc(50% - 5px)
       if (record.positionX && record.positionY) this.position = { ...record }
       this.$nextTick(() => {