|
@@ -35,11 +35,8 @@ export default {
|
|
|
this.modelId = this.$route.query.modelId;
|
|
|
this.FloorID = this.$route.query.FloorID;
|
|
|
this.BuildID = this.$route.query.BuildID;
|
|
|
- this.OutlineFlag = this.$route.query.OutlineFlag;
|
|
|
- },
|
|
|
- mounted() {
|
|
|
- this.$refs.drawFloor.initGraphy(this.modelId)
|
|
|
},
|
|
|
+ mounted() { },
|
|
|
methods: {
|
|
|
// 返回路由
|
|
|
backRouter() {
|
|
@@ -82,7 +79,7 @@ export default {
|
|
|
// 取消
|
|
|
cancel() {
|
|
|
this.isEdit = false;
|
|
|
- this.$refs.drawFloor.initGraphy(this.modelId)
|
|
|
+ this.$refs.drawFloor.getFloorData();
|
|
|
},
|
|
|
// 编辑平面图
|
|
|
editGraphy() {
|