Browse Source

修改图移动bug

haojianlong 4 years ago
parent
commit
28e39bd0d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 1 - 1
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -356,7 +356,7 @@ export default {
                             this.$message.warning('比例尺相差较大,可以返回上一步修改比例尺')
                         }
                         this.curImgItem.showType == SImageShowType.Full;
-                        this.curImgItem.moveTo(v.Properties.x, v.Properties.y);
+                        this.curImgItem.moveTo(v.Properties.X, v.Properties.Y);
                         // this.curImgItem.width = v.Properties.width;
                         // this.curImgItem.height = v.Properties.height;
                     } catch (err) {