Browse Source

保存后显示比例尺item

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

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

@@ -289,6 +289,7 @@ export default {
         this.$message.success('更新成功')
         this.step = -1;
         this.baseImgItem.globalAlpha = 1
+        scaleItem.show()
         this.removeLast()
         this.$refs.drawFloor.fit()
       })