Parcourir la source

Merge remote-tracking branch 'origin/master'

Wren il y a 1 an
Parent
commit
66b507e04d
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      front/admin-front/src/views/autoplay/index.vue

+ 3 - 3
front/admin-front/src/views/autoplay/index.vue

@@ -693,7 +693,7 @@ export default {
       let params = {
         page:1,
         pageSize:10,
-        executeId:item.executeId
+        queryValue:item.executeId
       }
       getInteractionRecord(params).then(res=>{
         this.ongoingData = res.records
@@ -768,7 +768,7 @@ export default {
       let params = {
         page:1,
         pageSize:10,
-        executeId:item.executeId
+        queryValue:item.executeId
       }
       getInteractionRecord(params).then(res=>{
         this.ongoingData = res.records
@@ -778,7 +778,7 @@ export default {
       let params = {
         page:1,
         pageSize:10,
-        executeId:this.currentRecordData.executeId
+        queryValue:this.currentRecordData.executeId
       }
       getInteractionRecord(params).then(res=>{
         this.ongoingData = res.records