소스 검색

修改图移动bug

haojianlong 4 년 전
부모
커밋
28e39bd0d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {