diff --git a/src/views/wishingStar/wishingRound.vue b/src/views/wishingStar/wishingRound.vue index c3f7f2d..b9b9f6e 100644 --- a/src/views/wishingStar/wishingRound.vue +++ b/src/views/wishingStar/wishingRound.vue @@ -184,9 +184,9 @@ export default { // @ts-ignore button(res) { console.log(res); - this.dialogTableVisibleTitle = "轮次id:" + res.roundId + "的参与情况"; + this.dialogTableVisibleTitle = "轮次id:" + res.id + "的参与情况"; promiseStarUserRecordGetPromiseUsers({ - roundId: res.roundId, + roundId: res.id, // @ts-ignore }).then((res) => { this.dialogTableData = res.data;