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(() => {