Browse Source

模型质量报告

yangjunjing 5 years ago
parent
commit
7cf9bae8bc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/model/report/deleted.vue

+ 2 - 2
src/views/model/report/deleted.vue

@@ -73,8 +73,9 @@ export default {
     }
   },
   mounted() {
-   },
+  },
   created() {
+    this.equipComDelList = decodeURIComponent(this.$route.query.equipComDelList);
     this.queryToBelDelEquip();
   },
   computed: {
@@ -168,7 +169,6 @@ export default {
         Filters: `ModelId in ${this.equipComDelList}`
       }
       toBeDelEquipPage(params, res => {
-        console.log(res.Content, 123)
         this.pageData = res.Content;
         this.pageData.forEach(item => {
           if (item.BIMLocation) {