Explorar el Código

模型质量报告

yangjunjing hace 5 años
padre
commit
7cf9bae8bc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {