Explorar o código

修改图移动bug

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
28e39bd0d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {