|
@@ -301,6 +301,7 @@ export default {
|
|
this.baseImgItem.globalAlpha = 1
|
|
this.baseImgItem.globalAlpha = 1
|
|
this.baseImgItem.moveable = false;
|
|
this.baseImgItem.moveable = false;
|
|
scaleItem.show()
|
|
scaleItem.show()
|
|
|
|
+ scaleItem.moveable = false;
|
|
this.removeLast()
|
|
this.removeLast()
|
|
this.$refs.drawFloor.fit()
|
|
this.$refs.drawFloor.fit()
|
|
})
|
|
})
|