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