소스 검색

解决bug

haojianlong 5 년 전
부모
커밋
868c4a4c11
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 3 - 2
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -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)