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