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