浏览代码

模型质量报告

yangjunjing 5 年之前
父节点
当前提交
7cf9bae8bc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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) {