|
@@ -1004,6 +1004,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
progressBarDetails(item) {
|
|
|
+ console.log(item);
|
|
|
this.drawerRecord = true
|
|
|
this.drawerRecordStatus = 1
|
|
|
this.currentTaskInfo = JSON.parse(JSON.stringify(item))
|
|
@@ -1011,6 +1012,7 @@ export default {
|
|
|
this.currentRecordData.intervalMax = item.intervalMax
|
|
|
this.currentRecordData.intervalMin = item.intervalMin
|
|
|
this.currentRecordData.maxGas = item.maxGas
|
|
|
+ this.currentRecordData.executeId = item.executeId
|
|
|
let params = {
|
|
|
page: 1,
|
|
|
pageSize: 10,
|