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