Browse Source

fix: 修复刷新时未获取到executeId

million 1 year ago
parent
commit
2ebab0a8e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      front/admin-front/src/views/autoplay/index.vue

+ 2 - 0
front/admin-front/src/views/autoplay/index.vue

@@ -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,