whj 7 달 전
부모
커밋
9bc3ee961f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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(() => {