|
@@ -29,12 +29,13 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- // modelId: "", //
|
|
|
+ modelId: "", //
|
|
|
isEdit: false, // 是否编辑模式
|
|
|
+ file: {}
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- // this.modelId = this.$route.query.modelId;
|
|
|
+ this.modelId = this.$route.query.modelId;
|
|
|
this.FloorID = this.$route.query.FloorID;
|
|
|
this.BuildID = this.$route.query.BuildID;
|
|
|
this.getFileName(this.modelId)
|