|
@@ -386,7 +386,7 @@ export default {
|
|
|
*/
|
|
|
// TODO: changeScale缩放底图
|
|
|
bus.$on('changeScale', zoom => {
|
|
|
- let { scale } = this.view;
|
|
|
+ const { scale } = this.view;
|
|
|
this.changeScaleByClick = true
|
|
|
this.view.scaleByPoint(zoom, this.canvasWidth / 2, this.canvasHeight / 2)
|
|
|
this.changeScaleByClick = false
|
|
@@ -401,7 +401,6 @@ export default {
|
|
|
projectId: this.urlMsg.projectId,
|
|
|
BuildingID: this.urlMsg.BuildingID, // 建筑ID
|
|
|
FloorID: this.urlMsg.FloorID, // 楼层id
|
|
|
- Pub: false //是否获取草稿 //获取草稿
|
|
|
};
|
|
|
return readGroup(data);
|
|
|
},
|