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