walter 5 mesi fa
parent
commit
6d23e2c4d7
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/views/workbench/integral_review.vue

+ 0 - 2
src/views/workbench/integral_review.vue

@@ -599,7 +599,6 @@ export default {
             this.currentItem.recorder_name = res.data.data.recorder_name
             this.currentItem.complete_task = res.data.data.complete_task
             this.currentItem.process = res.data.data.process;
-            console.log(this.currentItem);
           })
           .finally(() => {
             this.loading = false
@@ -668,7 +667,6 @@ export default {
 
     },
     openBatch(){
-      console.log(this.selectedItems.map(item => item.event_id).toString())
       this.showBatch = true
       this.batchComment = ''
     },