|
@@ -113,11 +113,11 @@ export default {
|
|
|
this.fParser.columnList.forEach(t => this.scene.addItem(t))
|
|
|
this.fParser.casementList.forEach(t => this.scene.addItem(t))
|
|
|
this.view.scene = this.scene
|
|
|
+ this.view.fitSceneToView()
|
|
|
this.view.minScale = this.view.scale
|
|
|
if (this.$refs.canvasFun) {
|
|
|
this.$refs.canvasFun.everyScale = this.view.scale
|
|
|
}
|
|
|
- this.view.fitSceneToView()
|
|
|
})
|
|
|
} else {
|
|
|
console.log('楼层不正确')
|